27.07.2012, 15:11
F:\test.pwn(3) : error 010: invalid function or declaration
F:\test.pwn(6) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
What Wrong Here:
F:\test.pwn(6) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
What Wrong Here:
Код:
#include <a_samp> if (strcmp("/rules", cmdtext, true, 10) ==0) { ShowPlayerDialog(playerid,100,DIALOG_STYLE_MSGBOX,"{FF0000}.: RULES :.","{FFFFFF}1.Must Follow The {FFFF00}Rules\n2.No car {FFFF00}ramming !\n3.No{FFFF00} Mod/Cleo/Soibet/Hacking/Cheating - {FF0000}NOT ALLOWED! \n4.Respect The {0000FF}Admin and Another {FFFF00}Player!\n5.{FF0000}Report {FFFFFF} if you see {FF0000}cheaters/hackers! {FFFFFF}use /report [id] [reason] ","Accept","Exit"); return 1; }