27.01.2019, 09:18
Quote:
|
public FailRob(playerid,robid) { if(robid == 1) { SendClientMessageToAll(-1,"Test String"); // worked! DestroyDynamicCP(RobCps[playerid]); // not worked! // HideTimer(playerid); // not worked (this stock should hide some textdraws) } return 1; } |
try use it
Quote:
|
public FailRob(playerid,robid) { if(robid == 1) { SendClientMessageToAll(-1,"Test String"); // worked! DestroyDynamicCP(RobCps[playerid]); // not worked! // HideTimer(playerid); // not worked (this stock should hide some textdraws) } return 1; } |

