Help undefined..
#1

undefined modelid !!help please


if(listid == skinlist)
{
if(response)
{
SendClientMessage(playerid, 0xFF0000FF, "Skin Changed");
SetPlayerSkin(playerid, modelid);
}
else SendClientMessage(playerid, 0xFF0000FF, "Canceled skin selection");
return 1;
}
Reply
#2

:thinking:
Reply
#3

Quote:
Originally Posted by Arthur Kane
Посмотреть сообщение
:thinking:
see the code now.. i added it
Reply
#4

Quote:
Originally Posted by Arthur Kane
Посмотреть сообщение
:thinking:
:thinking too:
Did you copied/pasted your code?
Reply
#5

ahh so you might be using the mselection ?

PHP код:
public OnPlayerModelSelection(playeridresponselistidmodelid)
{
    if(
listid == skinlist)
    {
        if(
response)
        {
            
SendClientMessage(playerid, -1"Skin Selected");
                    
SetPlayerSkin(playerid,modelid); //this ?
        
}
    }
    return 
1;

Reply
#6

Quote:
Originally Posted by verlaj
Посмотреть сообщение
ahh so you might be using the mselection ?

PHP код:
public OnPlayerModelSelection(playeridresponselistidmodelid)
{
    if(
listid == skinlist)
    {
        if(
response)
        {
            
SendClientMessage(playerid, -1"Skin Selected");
                    
SetPlayerSkin(playerid,modelid); //this ?
        
}
    }
    return 
1;

same error
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)