small error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: small error (
/showthread.php?tid=354647)
small error -
God'Z War - 27.06.2012
How i can fix this error
this is the script
Код:
#include <a_samp>
#define FILTERSCRIPT
#if defined FILTERSCRIPT
forward Nupdate ();
new Ntimer;
new Text:Ntick;
new news[][] =
{
"Welcome_GameSter.. !! ","You_are_now_a_part_of_Gamster","For_GENERAL_command_please_type_/CMDS.","For ADMIN/ACCOUNT_commands_please_type_/lhelp.","For_VEHICLE_commands_please_type_/v(menu/list)","For_BUSINESS_commands,_please_type_/bmenu","For_HOUSE_commands,_please_type_/hmenu","For_BANK_commands,_please_type_/bankhelp","For_MEDIC_commands,_please_type_/medichelp","For_LAW_commands,_please_type_/lawhelp ","For_CELLPHONE_commands,_please_type_/cellhelp","For_CRIMINAL_commands,_please_type_/crimehelp"};
"For_TELEPORT_commands,_please_type_/t","For_GANG_commands,_please_type_/ganghelp","For_RACE_commands,_please_type_/racehelp","For_WEED_commands,_please_type_/weedhelp","For_help_using_the_new_LIST_UI,_please_type_/listhelp","Never_ask_for_admin","Visit_our_website_www.ugcserver.tk","Server_owners_are_Mrr_Faz_and_[uG]_BlackBlood","Need_Help_Ask_the_admins","Seen_a_Hacker_?_Do_Report_!!"}; //---(Warning on this line)
Error
Код:
C:\Users\hp\Desktop\3e server\filterscripts\newsline.pwn(15) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: small error -
404 Not Found - 27.06.2012
pawn Код:
forward Nupdate ();
new Ntimer;
new Text:Ntick;
new news[][] =
{
"Welcome_GameSter.. !! ",
"You_are_now_a_part_of_Gamster",
"For_GENERAL_command_please_type_/CMDS.",
"For ADMIN/ACCOUNT_commands_please_type_/lhelp.",
"For_VEHICLE_commands_please_type_/v(menu/list)",
"For_BUSINESS_commands,_please_type_/bmenu",
"For_HOUSE_commands,_please_type_/hmenu",
"For_BANK_commands,_please_type_/bankhelp",
"For_MEDIC_commands,_please_type_/medichelp",
"For_LAW_commands,_please_type_/lawhelp ",
"For_CELLPHONE_commands,_please_type_/cellhelp",
"For_CRIMINAL_commands,_please_type_/crimehelp",
"For_TELEPORT_commands,_please_type_/t",
"For_GANG_commands,_please_type_/ganghelp",
"For_RACE_commands,_please_type_/racehelp",
"For_WEED_commands,_please_type_/weedhelp",
"For_help_using_the_new_LIST_UI,_please_type_/listhelp",
"Never_ask_for_admin","Visit_our_website_www.ugcserver.tk",
"Server_owners_are_Mrr_Faz_and_[uG]_BlackBlood",
"Need_Help_Ask_the_admins","Seen_a_Hacker_?_Do_Report_!!"
};
Re: small error -
God'Z War - 27.06.2012
Thnz