Local or global string for mySQL queries
#10

Quote:
Originally Posted by thimo
Посмотреть сообщение
Wouldnt it get bugged when 2 players use it at same time?
pawn Код:
new string[256];
public OnPlayerUpdate(playerid)
{
format(string,256,"Hello %d",playerid);
SendClientMessage(playerid,-1,string);
return 1;
}
Will work totally fine.
Reply


Messages In This Thread
Local or global string for mySQL queries - by MP2 - 17.01.2012, 20:19
Re: Local or global string for mySQL queries - by Scenario - 17.01.2012, 20:23
Re: Local or global string for mySQL queries - by Gerira Gaijin - 17.01.2012, 20:25
Re: Local or global string for mySQL queries - by Kar - 17.01.2012, 20:25
Re: Local or global string for mySQL queries - by Gamer_Z - 17.01.2012, 20:28
Re: Local or global string for mySQL queries - by Gerira Gaijin - 17.01.2012, 20:31
Re: Local or global string for mySQL queries - by Corello2010 - 17.01.2012, 20:32
Re: Local or global string for mySQL queries - by T0pAz - 18.01.2012, 12:52
Re: Local or global string for mySQL queries - by thimo - 18.01.2012, 12:57
Re: Local or global string for mySQL queries - by Gamer_Z - 18.01.2012, 13:06

Forum Jump:


Users browsing this thread: 1 Guest(s)