09.05.2010, 11:32
Bump again
I have some more information now just in case, if it helps.
The error about the printf is still there so it shows
But this also happens IG as well.
Only shows:
Do you have to load up text differently than loading up data and number? If so how do I do it using this code:
If anyone can help it would be really useful
I have some more information now just in case, if it helps.
The error about the printf is still there so it shows
Код:
[Factions] Name: ID: 0
pawn Код:
format(string, sizeof(string), "This vehicle belongs to %s",DynamicFactions[DynamicCars[vehicleid][FactionCar]][FactionName]);
SendClientMessage(playerid,WHITE, string);
Код:
This vehicle blongs to
pawn Код:
mysql_fetch_field( "FactionName", DataString );
DynamicFactions[ idx ][ FactionName ] = strval( DataString );