Quote:
Originally Posted by getty154
It is a default SA-MP server thing, go in your server, and type /q the game will close.
|
oh sorry my english is too bad, i was meaning if anyone say for example: /q all or /q he will get kicked.
Quote:
Originally Posted by Clive
Under Include's:
pawn Код:
new CW[11][] = { "/quit", "/q" //you can add more there. };
OnPlayerText:
pawn Код:
for(new i; i < sizeof(CW); i++) { if(strfind(text,CW[i],true) != -1) { Kick( Playerid ); return 0; } }
Edit: correct me if im wrong.
|
Oh yes i want this, thank you very much.