15.06.2015, 14:46
how do i allow Weapon such as Bat,Deagle,Knife,katana,Chainsaw to allow the robbery
and if player doesn't have the weapons,it will cancel the robbery
and if player doesn't have the weapons,it will cancel the robbery
Код:
COMMAND:robstore(playerid, params[]) { if(playerData[playerid][playerAlreadyLogin]) { startRobbery(playerid); } return 1; }