Getting strings of a table
#2

Try something like this
pawn Код:
new string[128];
sscanf( line , "p|ifffiiz" , ID, Spawn_X, Spawn_Y, Spawn_Z, Fee, Till, string);
sscanf( string, "p|sz", Owner, Name);
or

pawn Код:
sscanf( line , "ifffiisz" , ID, Spawn_X, Spawn_Y, Spawn_Z, Fee, Till, Owner, Name);
Reply


Messages In This Thread
Getting strings of a table - by woot - 18.08.2009, 10:03
Re: Getting strings of a table - by dice7 - 18.08.2009, 10:37
Re: Getting strings of a table - by MenaceX^ - 18.08.2009, 10:37
Re: Getting strings of a table - by woot - 18.08.2009, 10:46
Re: Getting strings of a table - by woot - 18.08.2009, 12:36

Forum Jump:


Users browsing this thread: 1 Guest(s)