03.01.2015, 20:57
Hello
Guys My Robing Not Start
im Write /robbank
The Robing not start
why ?
Guys My Robing Not Start
im Write /robbank
The Robing not start
why ?
PHP код:
CMD:robbank(playerid, params[])
{
if(robpossible == 1)
{
if ( !IsPlayerInDynamicCP( playerid,cp_GymSeven ) )
{
robpossible = 0;
SetTimer("waittimer", 30000, false);
SetTimer("robtimer", 240000, false);
SendClientMessage(playerid, COLOR_WHITE, "You gotta stay 30 sec in the bank in order to rob it!");
}
} else {
SendClientMessage(playerid, COLOR_WHITE, "You can't rob the bank right now!");
}
return 1;
}