07.05.2010, 17:59
If i type my cmd textdraw show for 1sec and goes away again why ?
Here is the code:
Here is the code:
Quote:
if(strcmp(cmdtext, "/ceck", true)==0) { if(mo == 2) { if(IsPickedUp == 1) { TextDrawShowForPlayer(playerid, UPText); } else { SetPlayerCheckpoint(playerid, CaxX, CaxY, CaxZ, 1); TextDrawShowForPlayer(playerid, UPText); } } return 1; } |