03.12.2011, 18:00
Thanks, but everytime I try and assign a variable to it, it says:
Variable:
Doesnt work.
pawn Код:
C:\Users\berni\Desktop\Bone County Roleplay\gamemodes\rp.pwn(445) : error 047: array sizes do not match, or destination
pawn Код:
new result[100];
result = MySQL_GetString(PlayerSQLID[playerid], "PlayerName", "Accounts");
SendClientMessage(playerid, COLOUR_GREY, result);
