15.07.2013, 14:03
Getting errors on this command
Error's
Код:
if (strcmp(cmdtext, "/setmytime", true) == 0) { new string1[128]; SetPlayerTime(playerid, time, 0); SendClientMessage(playerid, COLOR_GREY, "Usage: /setmytime [Time(Hour)" SendClientMessage(playerid, COLOR_PINK, "Function: Will set your Time"); format(string1,sizeof(string1),"His time has Changed to: %d:00", time); SendClientMessage(playerid,COLOR_Yellow,string1); return 1; }
Код:
D:\Others\101SSCAM\samp03x_svr_R1-2_win32\gamemodes\TheHacker.pwn(5225) : error 017: undefined symbol "time" D:\Others\101SSCAM\samp03x_svr_R1-2_win32\gamemodes\TheHacker.pwn(5226 -- 5227) : error 001: expected token: ",", but found "-identifier-" D:\Others\101SSCAM\samp03x_svr_R1-2_win32\gamemodes\TheHacker.pwn(5228) : error 017: undefined symbol "time" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.