MYSQL / OnPlayerLogin problem
#2

All of the variables you use strmid you can remove the =, for example:
From this:
PlayerInfo[playerid][pNote1] = strmid(PlayerInfo[playerid][pNote1], Field, 0, strlen(Field)-1, 255);
to this:
strmid(PlayerInfo[playerid][pNote1], Field, 0, strlen(Field)-1, 255);
Reply


Messages In This Thread
MYSQL / OnPlayerLogin problem - by CTCCoco - 30.01.2010, 13:53
Re: MYSQL / OnPlayerLogin problem - by MenaceX^ - 30.01.2010, 13:57
Re: MYSQL / OnPlayerLogin problem - by ray187 - 30.01.2010, 14:02
Re: MYSQL / OnPlayerLogin problem - by CTCCoco - 30.01.2010, 14:15
Re: MYSQL / OnPlayerLogin problem - by CTCCoco - 30.01.2010, 14:55

Forum Jump:


Users browsing this thread: 2 Guest(s)