10.07.2009, 00:11
Quote:
|
Originally Posted by Don Correlli
pawn Код:
|
Код:
if(strcmp(cmd,"/sync",true)==0)
{
if(IsPlayerConnected(playerid))
{
ClearAnimations(playerid);
}
return 1;
}
Respawn player.
|
Originally Posted by Don Correlli
pawn Код:
|
if(strcmp(cmd,"/sync",true)==0)
{
if(IsPlayerConnected(playerid))
{
ClearAnimations(playerid);
}
return 1;
}