28.04.2012, 08:21
Heey all,
I made a rob command with 55 % chance to rob succesfull.
But when failure i made a gametext:
But the gametext dont show up.
Only the client message show up.
How can i fix this?
Thanks Admigo
I made a rob command with 55 % chance to rob succesfull.
But when failure i made a gametext:
Код:
new string2[256]; format(string2, sizeof(string2), "~r~Attempt To Rob %s(%d) Failed!! ", PlayerName(ID),ID); GameTextForPlayer(playerid, string2, 3000, 5); HasRobbedRecently[playerid] =60; SendClientMessage(playerid,COLOR_RED,"Robbery Failed");
Only the client message show up.
How can i fix this?
Thanks Admigo