Jump to content
  • 0

Problema Creare Factiune !


Guest HusTleR

Question

Guest HusTleR

Salutare , am reusit sa creez o factiune , doar ca nu pot face masinile sa mearga doar membri cu ele :

Am pus urmatorul model:

if(newcar == A || newcar == B || newcar == C || newcar == D || newcar == E)
    {
        if(PlayerInfo[playerid][pMember] == 12 || PlayerInfo[playerid][pLeader] == 12)
             {
                 SendClientMessage(playerid, COLOR_GREY, "Nu esti membrul al factiunii X!");
                 RemovePlayerFromVehicle(playerid);
             }
    }
Si am urmatoarele erori :
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1721) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1746) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1766) : error 004: function "SetPlayerCriminal" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1771) : error 004: function "SetPlayerCriminal" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1835) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1839) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1851) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1855) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1859) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1863) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1867) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1871) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1875) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1887) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1891) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1895) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1899) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1903) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1915) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1919) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1923) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1935) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(1939) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(2185) : error 004: function "SendIRCMessage" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(2207) : error 004: function "SendIRCMessage" is not implemented
C:\Documents and Settings\Administrator\Desktop\San Andreas Multiplayer\Server SA-MP\gamemodes\godfather.pwn(2219) : error 004: function "SaveCK" is not implemented

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.
Si uitati si cum am inlocuit de primesc erorile :
if(newcar == 144 || newcar == 146 || newcar == 145 || newcar == 148 || newcar == 147)
        {
            if(PlayerInfo[playerid][pMember] == 12 || PlayerInfo[playerid][pLeader] == 12)
            {
                SendClientMessage(playerid, COLOR_GREY, " You are not a Groove Street member !");
                RemovePlayerFromVehicle(playerid);
		}

Va rog ajutati-ma , de 7 ore ma chinui cu masinile astea...

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.