11.09.2010, 03:08
i think this wont work but try
Код:
if(strcmp(cmd, "/tv", true) == 0) { if(IsPlayerHoldingObject[playerid] == 0) { IsPlayerHoldingObject[playerid] == 1 SendPlayerFormattedText(playerid,"You Now Are A TV Head!!.",0); new tv; tv = 1518; SetPlayerHoldingObject(playerid, tv, 2, 0000.23, 0000.0, 0000.0, 0000.0, 0085.0, 0180.0); } else { if(IsPlayerHoldingObject[playerid] == 0) { StopPlayerHoldingObject(playerid); SendPlayerFormattedText(playerid,"You Now Are Not Anymore TV Head!!.",0); } return 1; } //and on top of script new IsPlayerHoldingObject[MAX_PLAYERS];