0.3x selection menu /buyclothes
#5

Quote:
Originally Posted by McFellow
Посмотреть сообщение
Sorry forgot something at this too
pawn Код:
public OnPlayerModelSelection(playerid, response, listid, modelid)
{
    if(listid == skinlist)
    {
        if(response)
        {
            SendClientMessage(playerid, 0xFF0000FF, "Skin Changed");
            SetPlayerSkin(playerid, modelid);
        }
        else SendClientMessage(playerid, 0xFF0000FF, "Canceled skin selection");
        return 1;
    }
    return 1;
}
errors but now 2 more warnings
Код:
C:\Users\JordanDrummer\Desktop\Maxed Out Roleplay\gamemodes\MaxedOutRoleplay.pwn(967) : error 017: undefined symbol "mS_INVALID_LISTID"
C:\Users\JordanDrummer\Desktop\Maxed Out Roleplay\gamemodes\MaxedOutRoleplay.pwn(967) : error 008: must be a constant expression; assumed zero
C:\Users\JordanDrummer\Desktop\Maxed Out Roleplay\gamemodes\MaxedOutRoleplay.pwn(20004) : error 017: undefined symbol "LoadModelSelectionMenu"
C:\Users\JordanDrummer\Desktop\Maxed Out Roleplay\gamemodes\MaxedOutRoleplay.pwn(60276) : error 017: undefined symbol "ShowModelSelectionMenu"
C:\Users\JordanDrummer\Desktop\Maxed Out Roleplay\gamemodes\MaxedOutRoleplay.pwn(60272) : warning 204: symbol is assigned a value that is never used: "level"
C:\Users\JordanDrummer\Desktop\Maxed Out Roleplay\gamemodes\MaxedOutRoleplay.pwn(79907) : warning 235: public function lacks forward declaration (symbol "OnPlayerModelSelection")
Reply


Messages In This Thread
0.3x selection menu /buyclothes - by Godzilla8957 - 20.02.2013, 20:15
Re: 0.3x selection menu /buyclothes - by McFellow - 20.02.2013, 20:32
Re: 0.3x selection menu /buyclothes - by Godzilla8957 - 20.02.2013, 20:39
Re: 0.3x selection menu /buyclothes - by McFellow - 20.02.2013, 20:45
Re: 0.3x selection menu /buyclothes - by Godzilla8957 - 20.02.2013, 20:52
Re: 0.3x selection menu /buyclothes - by Godzilla8957 - 20.02.2013, 23:14
Re: 0.3x selection menu /buyclothes - by Peach - 20.02.2013, 23:48

Forum Jump:


Users browsing this thread: 3 Guest(s)