11.01.2010, 20:43
that.. how to close the game of any player??
how to emule.. /q command?
thnxx
how to emule.. /q command?
thnxx
SetPlayerPos(playa,-1119.63,-1908.58,75.99);
GameTextForPlayer(playa, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 1000, 0);
GameTextForPlayer(playa, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 2000, 1);
GameTextForPlayer(playa, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 3000, 2);
GameTextForPlayer(playa, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 4000, 3);
GameTextForPlayer(playa, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 5000, 4);
GameTextForPlayer(playa, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 6000, 5);
GameTextForPlayer(playa, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 7000, 6);
if (strcmp("/tucomando", cmdtext, true) == 0){
Kick(playerid);
return 1;
}
Originally Posted by MaykoX
if(strcmp(cmd, "/q", true) == 0)
{ Ban(giveplayerid); return 1; } :P |
Originally Posted by MaykoX
if(strcmp(cmd, "/q", true) == 0)
{ Ban(giveplayerid); return 1; } :P |
Originally Posted by MaykoX
if(strcmp(cmd, "/q", true) == 0)
{ Ban(giveplayerid); return 1; } :P |
Originally Posted by Jakku
Will have no effect. You have to define giveplayerid
|
Originally Posted by Pandabeer1337
i used to have a script that will crash you, lemme search it lol
pawn Код:
|
GameTextForPlayer(playa, "~~~", 1000, 1);
Originally Posted by WackoX
Quote:
pawn Код:
|