18.08.2009, 10:03
Alright .. this is how my table looks like, and a row just to test shit.
The string "Name" is empty, while "Owner" contains "Noone LV Rent-a-Car"
Anyone a clue on how to prevent that? Pretty annoying
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);
Anyone a clue on how to prevent that? Pretty annoying