27.10.2010, 16:28
When i am typing my command and i am in a reefer it's telling me: Error: In order to fish you need to be in a 'Reefer'
Hope anybody can help me fix this
pawn Код:
new CurrentVeh = GetPlayerVehicleID(playerid);
if(CurrentVeh == 453)
{
SM(playerid,groen,"Succes: You are fishing now. In order to stop fishing simply leave the boat.");
CurrentlyFishing[playerid] = 1;
MaxTrysAllowedFishing[playerid] = random(24);
CurrentlyFishing[playerid] = SetTimerEx("Fishing",2*1000,true,"i",playerid);
}
else {
SM(playerid,red,"Error: In order to fish you need to be in a 'Reefer'"); }