Not working... (wrong vehicle?)
#1

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'
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'"); }
Hope anybody can help me fix this
Reply


Messages In This Thread
Not working... (wrong vehicle?) - by Seven. - 27.10.2010, 16:28
Re: Not working... (wrong vehicle?) - by .::: Ecko :::. - 27.10.2010, 16:31
Re: Not working... (wrong vehicle?) - by Hash [NL-RP] - 27.10.2010, 16:32
Re: Not working... (wrong vehicle?) - by The_Moddler - 27.10.2010, 16:48
Re: Not working... (wrong vehicle?) - by Mean - 27.10.2010, 17:19
Re: Not working... (wrong vehicle?) - by Seven. - 27.10.2010, 17:36
Re: Not working... (wrong vehicle?) - by BMUK - 27.10.2010, 17:38

Forum Jump:


Users browsing this thread: 2 Guest(s)