08.04.2014, 16:07
Why are you using strings
Use variables instead, like below:
If you want to use strings refer to the code below:
This is only an example:
There are more ways to do this. Different method same result.

Use variables instead, like below:
pawn Код:
new CarIDVariable;
db_get_field_assoc(Result, "CarID", CarIDVariable);
This is only an example:
pawn Код:
new String[MAX_PLAYERS][30];
strdel(String[playerid], 0, 30);
strcat(String[playerid], PlayerName(playerid));