05.07.2012, 11:02
Okay for my roleplay server I am scripting Vampires so tell me how can I fix this that only people near can see this.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/vspeed", cmdtext, true, 10) == 0)
{
SendClientMessageToAll(0xDEEE20FF, "Vampire Speed 1");
return 1;
}
return 0;
}