Its not doing nothing
#4

Quote:

APlayerData[playerid][JoinMessage] = strval(ParameterValue);

Strval evaluates string and returns integer. You need strcpy:
Quote:

strcat((APlayerData[playerid][JoinMessage][0] = EOS, APlayerData[playerid][JoinMessage]), ParameterValue);

Reply


Messages In This Thread
Message not showing, how i make it show? - by DerickClark - 26.01.2014, 19:18
Re: Its not doing nothing - by Weponz - 26.01.2014, 21:05
Re: Its not doing nothing - by DerickClark - 26.01.2014, 21:15
Re: Its not doing nothing - by Misiur - 26.01.2014, 21:31
Re: Its not doing nothing - by DerickClark - 26.01.2014, 21:43
Re: Its not doing nothing - by Misiur - 26.01.2014, 21:53
Re: Its not doing nothing - by DerickClark - 26.01.2014, 21:58
Re: Its not doing nothing - by DerickClark - 26.01.2014, 22:20
Re: Its not doing nothing - by PowerPC603 - 26.01.2014, 22:49
Re: Its not doing nothing - by Shetch - 26.01.2014, 23:30

Forum Jump:


Users browsing this thread: 1 Guest(s)