Moveable gate problem
#1

Hey guys,
I've a big problem with making a moveable gate
pawn Код:
if(strcmp(cmdtext, "/sfopen", true))
    {
        if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1)
        {
            if (IsPlayerInRangeOfPoint(playerid, 15,-1564.4650,661.7663,7.0391))
            {
                if(sfpdg1 == 1) {SendClientMessage(playerid, COLOR_GREY, "** Gate is Already Opened"); return 1; }
                MoveDynamic(sfpdgate1,-1572.1999511719, 658.79998779297, 6.9000000953674, 0);
                SendClientMessage(playerid, COLOR_BLUE,"The Barrier is Opened.");
                SenClientMessage(playerid, COLOR_WHITE,"Hint: Use /sfclose to close it again.");
                format(string, sizeof(string), "* %s takes his/her remote and Open.", sendername);
                sfpdg1 = 1;
            }
            else
            {
                SendClientMessage(playerid, COLOR_GREY,"* Not near a Barrier that you can open.");
            }
    return 1;
    }
these are the lines i added:
pawn Код:
C:\Users\jw\Desktop\larp.pwn(3492) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\jw\Desktop\larp.pwn(3521) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\jw\Desktop\larp.pwn(3867) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Users\jw\Desktop\larp.pwn(3910) : error 017: undefined symbol "GetVehicleName"
C:\Users\jw\Desktop\larp.pwn(3910) : warning 202: number of arguments does not match definition
C:\Users\jw\Desktop\larp.pwn(3926) : error 004: function "IsASalesVehicle" is not implemented
C:\Users\jw\Desktop\larp.pwn(3930) : error 004: function "GetVehiclePrice" is not implemented
C:\Users\jw\Desktop\larp.pwn(4025) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\jw\Desktop\larp.pwn(4030) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\jw\Desktop\larp.pwn(4035) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\jw\Desktop\larp.pwn(4040) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\jw\Desktop\larp.pwn(4045) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\jw\Desktop\larp.pwn(5678) : error 004: function "ClearChatbox" is not implemented
C:\Users\jw\Desktop\larp.pwn(5745) : error 004: function "ClearChatbox" is not implemented
C:\Users\jw\Desktop\larp.pwn(6264) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\jw\Desktop\larp.pwn(6304) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Users\jw\Desktop\larp.pwn(6333) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Users\jw\Desktop\larp.pwn(6380) : error 004: function "SaveGuns" is not implemented
And these are the errors i get when i try to compile it

Can someone plz tell me what to do?
I just don't know it anymore

Thanks in advance
Reply


Messages In This Thread
Moveable gate problem - by jw_peeters - 18.03.2012, 00:53
Re: Moveable gate problem - by jw_peeters - 18.03.2012, 01:21
Re: Moveable gate problem - by Ricey - 18.03.2012, 01:24
Re: Moveable gate problem - by jw_peeters - 18.03.2012, 02:09
Re: Moveable gate problem - by Ricey - 18.03.2012, 02:12
Re: Moveable gate problem - by Vrondakis - 18.03.2012, 02:16
Re: Moveable gate problem - by Vrondakis - 18.03.2012, 02:19
Re: Moveable gate problem - by jw_peeters - 18.03.2012, 02:31
Re: Moveable gate problem - by Dennis_Smith - 18.03.2012, 03:25
Re: Moveable gate problem - by Skribblez - 18.03.2012, 03:46

Forum Jump:


Users browsing this thread: 4 Guest(s)