help with forum name command pls
#7

pawn Код:
pInfo[playerid][ForumName]*=*strval(tmp);*
? You are trying to return an integral value from a string that holds a name.

You should empty the string then assign the value by strcat
pawn Код:
pInfo[playerid][ForumName][0] = EOS;
strcat(pInfo[playerid][ForumName], tmp);
Reply


Messages In This Thread
help with forum name command pls - by Zeus666 - 24.03.2018, 14:20
Re: help with forum name command pls - by jasperschellekens - 24.03.2018, 14:25
Re: help with forum name command pls - by Zeus666 - 24.03.2018, 14:33
Re: help with forum name command pls - by jasperschellekens - 24.03.2018, 14:42
Re: help with forum name command pls - by Infin1ty - 24.03.2018, 15:26
Re: help with forum name command pls - by Zeus666 - 24.03.2018, 19:29
Re: help with forum name command pls - by Grim_ - 25.03.2018, 02:51
Re: help with forum name command pls - by Zeus666 - 25.03.2018, 07:50
Re: help with forum name command pls - by Grim_ - 25.03.2018, 20:00

Forum Jump:


Users browsing this thread: 1 Guest(s)