[QUOTE=FPtjeStalker;27522215]I see you borrowed ( I should say ) some ideas from CSAM, and such. Though the thing I recognize most is this:
[lua]
if not ( ply:IsAdmin() ) then
ply:ChatPrint("You aren't allowed to run this command!\n")
return
end
[/lua]
right after the function.
It doesn't matter though. I was learning Lua while I made that admin mod, so it's alright. I don't even use it as a base with my new one I'm working on.
The point is, don't let these guys pull you down. You did good. Also, please reupload. Or edit the main post of the new link. Good luck.[/QUOTE]
What? Are you saying he stole that? I got news for you, any custom script I write says that.
When did I ever say he stole it? I never said that. Even if he did, I'm not mad. Shutup please. :)
FPtjeStalker, I could write exactly that myself, but I'm too lazy.
I tkae that back, mine is more
[lua]if !ply:IsAdmin() then
ply:ChatPrint("You are not an admin!")
return
end[/lua]
[QUOTE=Banana Lord.;27526253]I tkae that back, mine is more
[lua]if !ply:IsAdmin() then
ply:ChatPrint("You are not an admin!")
return
end[/lua][/QUOTE]
why not tab?
because i didnt want to in the browser?
[QUOTE=Persious;27459102]What, I thought I deleted that gay folder. It came of itself.[/QUOTE]
I wasn't aware that folders were capable of homosexuality :colbert:
[QUOTE=PredatorKing;27540433]I wasn't aware that folders were capable of homosexuality :colbert:[/QUOTE]
What, have you been living under a rock or something? Thats old news now.
[QUOTE=elowin;27566102]What, have you been living under a rock or something? Thats old news now.[/QUOTE]
It's also old news that you're gay :saddowns:
Sorry, you need to Log In to post a reply to this thread.