[HELP] Little Script
#1

Код:
C:\gf.pwn(5325) : warning 219: local variable "PlayerName" shadows a variable at a preceding levelver used: "PlayerName1"
pawn Код:
if(newcar == punanicar)
    {
        new PlayerName[MAX_PLAYER_NAME];
        GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
        if(strcmp(PlayerName, "PuNaNi", true) == 0)
        {
            SendClientMessage(playerid, COLOR_GREY, "This is your car, PuNaNi");
        }
        else
        {
            RemovePlayerFromVehicle(playerid);
            new Float:cx, Float:cy, Float:cz;
            GetPlayerPos(playerid, cx, cy, cz);
            SetPlayerPos(playerid, cx, cy, cz);
            SendClientMessage(playerid, COLOR_GREY, "This car is owned to scripter PuNaNi");
        }
    }
Reply


Messages In This Thread
[HELP] Little Script - by monster010 - 10.05.2014, 21:42
Re: [HELP] Little Script - by KillerStrike23 - 10.05.2014, 22:00

Forum Jump:


Users browsing this thread: 2 Guest(s)