08.04.2010, 20:09
Well, after i type on command, all the other commands just STOP working.
Whats the problem?-.-
Command is
/givemexc ( Gives player 1XC to test /xcash )
Lines :
Whats the problem?-.-
Command is
/givemexc ( Gives player 1XC to test /xcash )
Lines :
pawn Код:
if (strcmp(cmd, "/givemexc", true) == 0)
{
SendClientMessage(playerid, COLOR_YELLOW, "{ ! } You earned 1 XCash!");
SetPlayerXcash(playerid, 1);
return 1;
}