TogglePlayerClock
#1

I get the skin and money, but the clock on the HUD doesn't disappear:

Код:
if (strcmp("/skin", cmdtext, true, 10) == 0)
	{
	    SetPlayerSkin(playerid, 268);
	    GivePlayerMoney(playerid, 88979);
	    TogglePlayerClock(playerid, 0);
	    return 1;
	}
Reply
#2

pawn Код:
TogglePlayerClock(playerid, 1);
Reply
#3

I'm afraid that didn't work either. On the wiki it says 0 removes it though.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)