07.03.2013, 20:04
Код:
C:\Users\ania\Documents\New Folder\samp03x_svr_R1-2_win32\filterscripts\Untitled.pwn(16) : error 001: expected token: "#endif", but found "-end of file-" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
#include <a_samp> #if defined FILTERSCRIPT public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmdtext, "/myhouse") == 0) { SetPlayerPos(playerid,-851.3694,64.3361,86.8685); return 1; } return 0; }