Posts: 601
Threads: 74
Joined: Sep 2009
Reputation:
0
what is the arraysize of stri?
This forum requires that you wait 60 seconds between posts. Please try again in 21 seconds.
FFS
Posts: 15
Threads: 2
Joined: Jan 2011
Reputation:
0
Correct me if i'm wrong but I think this has something to do with the stuff like %s and %d where u use the letters for a variable value like format(blablabla. "You slapped %s", GetName( playerid ). Know what I mean? I think the %i has no defined value like GetName for %s
Posts: 1,758
Threads: 157
Joined: Jan 2008
Reputation:
0
You do not need a sting size of 255. Use something like 100. 255 is a waste.
Posts: 182
Threads: 53
Joined: Nov 2010
Reputation:
0
Got it. But still, why this isnt working ?
Posts: 182
Threads: 53
Joined: Nov 2010
Reputation:
0
And someone who know Mysql well, how can I select from players database, that if there is already this kind of random number, then it will do new number and insert into database ?