01.08.2006, 18:01
error
the code
sorry if i have completly lost the point im a n00b
as we all know
Код:
C:\Documents and Settings\Patrick\Desktop\samp01b-server\gamemodes\src\dm.pwn(186) : error 017: undefined symbol "udb_getPosition"
Код:
#include <dutils> #include <DUDB> .................... .................... public OnPlayerDisconnect(playerid) { printf("OnPlayerDisconnect(%d)", playerid); new Float:x; new Float:y; new Float:z; new playername[256]; GetPlayerName(playerid,playername,sizeof(playername)); udb_getPosition(playername,x,y,z); SetPlayerPos(playerid, x,y,z); return 1; }
as we all know