SA-MP Forums Archive
Help + - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help + (/showthread.php?tid=377396)



Help + - Windrush - 14.09.2012

pawn Код:
case 49:
        {
            if(AccInfo[playerid][PartName] == "[NG]")
            {
            TextDrawHideForPlayer(playerid, worker0);
            TextDrawHideForPlayer(playerid, worker1);
            TextDrawHideForPlayer(playerid, pimp0);
            TextDrawHideForPlayer(playerid, pimp1);
            TextDrawHideForPlayer(playerid, golfer0);
            TextDrawHideForPlayer(playerid, golfer1);
            TextDrawHideForPlayer(playerid, triad0);
            TextDrawHideForPlayer(playerid, triad1);
            TextDrawHideForPlayer(playerid, army0);
            TextDrawHideForPlayer(playerid, army1);
            TextDrawHideForPlayer(playerid, mechanic0);
            TextDrawHideForPlayer(playerid, mechanic1);
            TextDrawHideForPlayer(playerid, medic0);
            TextDrawHideForPlayer(playerid, medic1);
            TextDrawHideForPlayer(playerid, swat0);
            TextDrawHideForPlayer(playerid, swat1);
            TextDrawHideForPlayer(playerid, chicken0);
            TextDrawHideForPlayer(playerid, chicken1);
            TextDrawHideForPlayer(playerid, toreno0);
            TextDrawHideForPlayer(playerid, toreno1);
            TextDrawHideForPlayer(playerid, pilot0);
            TextDrawHideForPlayer(playerid, pilot1);
            TextDrawHideForPlayer(playerid, nang0);
            TextDrawHideForPlayer(playerid, nang1);
            GameTextForPlayer(playerid, "~g~NG Skin 1", 500, 3);
            SetPlayerInterior(playerid,14);
            SetPlayerPos(playerid,258.4893,-41.4008,1002.0234);
            SetPlayerFacingAngle(playerid, 90.0);
            SetPlayerCameraPos(playerid,256.0815,-43.0475,1003.0234);
            SetPlayerCameraLookAt(playerid,258.4893,-41.4008,1002.0234);
            PlayerPlaySound(playerid,SOUND_MUSIC1,258.4893,-41.4008,1002.0234);
            }
        }
pawn Код:
new AccInfo[MAX_PLAYERS][PlayerData],
    PartName[MAX_PLAYER_NAME],
    ServerInfo[ServerData],
    AdmRank[128],
    AdmDuty[128],
    AccType[128],
    ServerLockPass[128],
    BadWords[100][100], BadWordsCount = 0,
    Float:Pos[MAX_PLAYERS][4],
    Chat[MAX_CHAT_LINES][128],
    PingTimer,
    GodTimer,
    BlockedPartName[100][100], BlockedPartNameCount = 0,
    Float:LPosX[MAX_PLAYERS],
    Float:LPosY[MAX_PLAYERS],
    Float:LPosZ[MAX_PLAYERS],
    PingPos,
    IsDisable[MAX_PLAYERS],
    pColor;
Is This Correct??


Re: Help + - Boooth - 14.09.2012

And what exactly would make it wrong?

If you mean to say, 'Will it compile?', well then the compiler will tell you that.