invalid function or declaration
#4

pawn Код:
return 1;
        }

        if(spot[playerid] == SPOT_GS_DILLIMORE) // General Store Dillimore Enter
        {
        SetPlayerPos(playerid,-25.1320,-139.0662,1003.5469);
        SetPlayerInterior(playerid,16);
        SetPlayerFacingAngle(playerid,0.0000);
        int_b[playerid] = INTB_DILLIMORE;
        }
       
        if(int_b[playerid] == INTB_DILLIMORE && GetPlayerInterior(playerid) == 16) // General Store Dillimore Exit
        {
        SetPlayerPos(playerid,690.0602,-546.5984,16.3359);
        SetPlayerInterior(playerid,0);
        SetPlayerFacingAngle(playerid,91.9041);
        int_b[playerid] = INTB_NONE;
        }
       
         else if(IsPlayerInSphere(i,691.5836,-546.8424,16.3359,2)) // General Store [DILLIMORE]
      {
      GameTextForPlayer(i,"~b~General Store~y~:~w~ dillimore~n~~w~use ~y~/~w~enter ~y~/~w~exit",1200, 3);
      spot[i] = SPOT_GS_DILLIMORE;
      }
Reply


Messages In This Thread
invalid function or declaration - by janx221 - 03.10.2011, 13:39
Re: invalid function or declaration - by Tigerkiller - 03.10.2011, 13:44
Re: invalid function or declaration - by Jafet_Macario - 03.10.2011, 13:46
Re: invalid function or declaration - by janx221 - 03.10.2011, 13:57
Re: invalid function or declaration - by janx221 - 03.10.2011, 14:03
Re: invalid function or declaration - by janx221 - 03.10.2011, 14:27
Re: invalid function or declaration - by AndreT - 03.10.2011, 14:39
Re: invalid function or declaration - by janx221 - 03.10.2011, 14:43
Re: invalid function or declaration - by janx221 - 03.10.2011, 15:19
Re: invalid function or declaration - by janx221 - 03.10.2011, 16:37

Forum Jump:


Users browsing this thread: 3 Guest(s)