/setskin help
#9

Quote:
Originally Posted by Michael_Cuellar
Посмотреть сообщение
okay that helped now all i got is undefined symbol "GetName
Sigh, yes.

The one who "made" the code for you has a custom function to get a player's name, and he/she simply copy-pasted his own code.

To fix either use GetPlayerName (check the wiki) or simply add this function on the bottom of your script:
pawn Код:
GetName(playerid)
{
    new
         szN[ 24 ];
    GetPlayerName( playerid, szN, sizeof( szN ));
    return szN;
}
Reply


Messages In This Thread
/setskin help - by Michael_Cuellar - 20.12.2012, 07:58
Re: /setskin help - by eesh - 20.12.2012, 08:04
Re: /setskin help - by Marven - 20.12.2012, 08:12
Re: /setskin help - by Michael_Cuellar - 20.12.2012, 08:19
Re: /setskin help - by Michael_Cuellar - 20.12.2012, 08:22
Re: /setskin help - by eesh - 20.12.2012, 08:31
Re: /setskin help - by LarzI - 20.12.2012, 08:31
Re: /setskin help - by Michael_Cuellar - 20.12.2012, 08:45
Re: /setskin help - by LarzI - 20.12.2012, 08:54
Re: /setskin help - by Marven - 20.12.2012, 09:01

Forum Jump:


Users browsing this thread: 1 Guest(s)