27.03.2013, 21:01
Alright, I am finally attempting to take on the knowledge of MySQL and to begin script with it fluently, but for some reason I am getting this bug when trying to read the player's name from the database:
I am getting this error:
I am truly confused; however any help and explanation would be greatly appreciated!
pawn Код:
format(Query, sizeof(Query), "SELECT `nick` FROM `playerdata` WHERE `nick` = %s", Player[playerid][Nick]);
pawn Код:
C:\Users\namder\Desktop\Lost Life Roleplay\gamemodes\CoVRP.pwn(89) : error 001: expected token: ";", but found "-identifier-"