05.08.2014, 03:21
I have a problem that this stock should load the players trunk but basicly it doesnt anyone knows why.
Код:
format(sql, sizeof(sql), "SELECT * FROM `samp_trunks` WHERE PlayerID='%d'", PlayerInfo[playerid][pDBID]); mysql_query(sql, THREAD_LOADTRUNK, playerid); }