Admin Title Issues
#3

Quote:
Originally Posted by SuperViper
Посмотреть сообщение
You can't assign strings like that.

pawn Код:
giveplayer = PlayerInfo[giveplayerid][pAdminTitle];
should be

pawn Код:
strcat(giveplayer, PlayerInfo[giveplayerid][pAdminTitle]);
and

pawn Код:
sendername = PlayerName(playerid);
should be

pawn Код:
strcat(sendername, PlayerName(playerid));
Where in that script does it go exactly?
Reply


Messages In This Thread
Admin Title Issues - by Jay_Dixon - 29.05.2013, 21:04
Re: Admin Title Issues - by SuperViper - 29.05.2013, 21:08
Re: Admin Title Issues - by Jay_Dixon - 29.05.2013, 22:11
Re: Admin Title Issues - by SuperViper - 30.05.2013, 03:15
Re: Admin Title Issues - by Jay_Dixon - 31.05.2013, 05:09
Re: Admin Title Issues - by dubyabeast - 31.05.2013, 05:43
Re: Admin Title Issues - by BossZk - 31.05.2013, 06:26
Re: Admin Title Issues - by dubyabeast - 31.05.2013, 07:04

Forum Jump:


Users browsing this thread: 1 Guest(s)