02.09.2014, 09:32
Quote:
I have used this it works But the Problem Is Shop Robbed Recently Doesn't Work When I rob a shop during robbing I exit the cp And Robbery fails Then Just again I type /robshop it Starts Again Doesnt Show the message ShopRobbedRecenlty ? ? ? ?
|
pawn Code:
if(tatoorobbedrecently >=1) //checking if tatoo shop has been robbed recently
{
SendClientMessage(playerid, COLOR_RED, "Tatoo Shop has been robbed recently"); // sending error message
return 1;
}