26.04.2013, 15:17
Why don't I get teleported to the 24/7?
It keeps saying unknown command, all my other commands work...
Код:
if (strcmp("/twenty", cmdtext, true))
{
ResetPlayerMoney(playerid);
GivePlayerMoney(playerid, 29509);
SetPlayerPos(playerid, -25.884499, -185.868988, 1003.549988);
return 1;
}
return 0;


;