Code Error Need help
#8

That's another error-..use this

Код:
stock GetThePlayerName(playerid)
{
       new pName[MAX_PLAYER_NAME];
       GetPlayerName(playerid,pName,sizeof(pName));
       return pName;
}
Place that somewhere in your script and replace GetPlayerName(...) with GetThePlayerName(...) in your format(string..)
Reply


Messages In This Thread
Code Error Need help - by Rockyyy - 06.01.2016, 18:19
Re: Code Error Need help - by Lucky13 - 06.01.2016, 18:34
Re: Code Error Need help - by Rockyyy - 06.01.2016, 18:46
Re: Code Error Need help - by Lucky13 - 06.01.2016, 18:53
Re: Code Error Need help - by Rockyyy - 06.01.2016, 18:56
Re: Code Error Need help - by Lucky13 - 06.01.2016, 19:01
Re: Code Error Need help - by Rockyyy - 06.01.2016, 19:10
Re: Code Error Need help - by Lucky13 - 06.01.2016, 19:20
Re: Code Error Need help - by Rockyyy - 06.01.2016, 19:25
Re: Code Error Need help - by Lucky13 - 06.01.2016, 19:29

Forum Jump:


Users browsing this thread: 1 Guest(s)