30.12.2009, 17:50
hi there!
I've created just a simple funktion but why this only run for one player? here the (example script)
I've created just a simple funktion but why this only run for one player? here the (example script)
pawn Код:
forward TEST(playerid);
pawn Код:
SetTimer("TEST", 1000, true);// its in OnGameModeInit()
pawn Код:
public TEST(playerid)
{
SendClientMessage(playerid, COLOR_LILA, "xxx");
return 1;
}