Getting strings of a table
#1

Alright .. this is how my table looks like, and a row just to test shit.


pawn Код:
new ID = 0, Float:Spawn_X, Float: Spawn_Y, Float: Spawn_Z, Fee, Till, Owner[24], Name[128];
        sscanf( line , "p|ifffiiss" , ID, Spawn_X, Spawn_Y, Spawn_Z, Fee, Till, Owner, Name);
        printf("[BIZ] %s (ID: %i | Owner: %s) set up!", Name, ID, Owner);
The string "Name" is empty, while "Owner" contains "Noone LV Rent-a-Car"

Anyone a clue on how to prevent that? Pretty annoying
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)