C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(31) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(135) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(175) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(283) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(340) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(382) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dini.inc(239) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\ladmin.inc(26) : warning 219: local variable "name" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2513) : error 075: input line too long (after substitutions) C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2514) : error 035: argument type mismatch (argument 3) C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2514) : error 017: undefined symbol "FF0000"
if(strcmp(cmdtext, "/cmds", true)==0 || strcmp("/commands",cmdtext,true)==0) { ShowPlayerDialog(playerid,DIALOG_STYLE_MSGBOX, "Server Commands", "{FF0000}/Teles {FFFF00}For Teleports\n{FF0000}/Help {FFFF00}If Help Is Needed\n{FF0000}/Report {FFFF00}If You Saw A Hacker\n{FF0000}/Wheelpower {FFFF00}For Cool Rim Switching!\n{FF0000}/Boost {FFFF00}For Crazy Server Boost!\n{FF0000}/Radio {FFFF00}For Built In Server Radio!\n Use {FF0000}/AFK {FFFF00}If Your AFK, When Your Back, Use {FF0000}/Back!\n{FF0000}/Neon {FFFF00}& {FF0000}/Tune\n{FF0000}/PM {FFFF00}Private MSG\n{FF0000}/V {FFFF00}Vehicle ", "OK", ""); return 1; }
(playerid, dialogid, style, caption[], info[], button1[], button2[])
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,
"Server Commands", "{FF0000}/Teles {FFFF00}For Teleports\n{FF0000}/Help {FFFF00}If Help Is Needed\n{FF0000}/Report {FFFF00}If You Saw A Hacker\n{FF0000}/Wheelpower {FFFF00}For Cool Rim Switching!\n{FF0000}/Boost {FFFF00}For Crazy Server Boost!\n{FF0000}/Radio {FFFF00}For Built In Server Radio!\n Use {FF0000}/AFK {FFFF00}If Your AFK, When Your Back, Use {FF0000}/Back!\n{FF0000}/Neon {FFFF00}& {FF0000}/Tune\n{FF0000}/PM {FFFF00}Private MSG\n{FF0000}/V {FFFF00}Vehicle ", "OK", "");
new string2[512] = "{FF0000}/Teles {FFFF00}For Teleports\n{FF0000}/Help {FFFF00}If Help Is Needed";
strcat(string2,"\n{FF0000}/Report {FFFF00}If You Saw A Hacker\n{FF0000}/Wheelpower {FFFF00}For Cool Rim Switching!\n{FF0000}/Boost {FFFF00}");
//and so on
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Server Commands", "{FF0000}/Teles {FFFF00}For Teleports\n{FF0000}/Help {FFFF00}If Help Is Needed\n{FF0000}/Report {FFFF00}If You Saw A Hacker\n{FF0000}/Wheelpower {FFFF00}For Cool Rim Switching!\n{FF0000}/Boost {FFFF00}For Crazy Server Boost!\n{FF0000}/Radio {FFFF00}For Built In Server Radio!\n Use {FF0000}/AFK {FFFF00}If Your AFK, When Your Back, Use {FF0000}/Back!\n{FF0000}/Neon {FFFF00}& {FF0000}/Tune\n{FF0000}/PM {FFFF00}Private MSG\n{FF0000}/V {FFFF00}Vehicle ", "OK", "");
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,/* Pressed Enter here */"Server Commands", ... etc
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,
"Server Commands", "{FF0000}/Teles {FFFF00}For Teleports\n{FF0000}/Help {FFFF00}If Help Is Needed\n{FF0000}/Report {FFFF00}If You Saw A Hacker\n{FF0000}/Wheelpower {FFFF00}For Cool Rim Switching!\n{FF0000}/Boost {FFFF00}For Crazy Server Boost!\n{FF0000}/Radio {FFFF00}For Built In Server Radio!\n Use {FF0000}/AFK {FFFF00}If Your AFK, When Your Back, Use {FF0000}/Back!\n{FF0000}/Neon {FFFF00}& {FF0000}/Tune\n{FF0000}/PM {FFFF00}Private MSG\n{FF0000}/V {FFFF00}Vehicle ", "OK", "");
if(strcmp(cmdtext, "/cmds", true)==0 || strcmp("/commands",cmdtext,true)==0) ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX, "Server Commands", "{FF0000}/Teles {FFFF00}For Teleports\n{FF0000}/Help {FFFF00}If Help Is Needed\n{FF0000}/Report {FFFF00}If You Saw A Hacker\n{FF0000}/Wheelpower {FFFF00}For Cool Rim Switching!\n{FF0000}/Boost {FFFF00}For Crazy Server Boost!\n{FF0000}/Radio {FFFF00}For Built In Server Radio!\n Use {FF0000}/AFK {FFFF00}If Your AFK, When Your Back, Use {FF0000}/Back!\n{FF0000}/Neon {FFFF00}& {FF0000}/Tune\n{FF0000}/PM {FFFF00}Private MSG\n{FF0000}/V {FFFF00}Vehicle ", "OK", ""); return 1; } |
C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(31) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(135) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(175) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(283) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(340) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(382) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dini.inc(239) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\ladmin.inc(26) : warning 219: local variable "name" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2515) : warning 217: loose indentation C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2517) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(252 ![]() C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2530) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2532) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2536) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(253 ![]() C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2540) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2544) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2546) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(254 ![]() C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2557) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2559) : error 054: unmatched closing brace ("}") C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2560) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2562) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2563) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2565) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2571) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2576) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2582) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2584) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2586) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2587) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2589) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2595) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2600) : error 010: invalid function or declaration C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2606) : error 010: invalid function or declaration Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors. |
if(strcmp(cmdtext, "/cmds", true)==0 || strcmp("/commands",cmdtext,true)==0)
{ // < this
C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(31) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(135) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(175) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(283) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(340) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dutils.inc(382) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\dini.inc(239) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\pawno\include\ladmin.inc(26) : warning 219: local variable "name" shadows a variable at a preceding level C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2514) : error 075: input line too long (after substitutions) C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2515) : error 017: undefined symbol "FF0000" C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2515) : warning 217: loose indentation C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2515) : error 029: invalid expression, assumed zero C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2515) : error 017: undefined symbol "Teles" C:\Users\Dario\Desktop\SAMP Server\gamemodes\driftpro.pwn(2515) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase |
if(strcmp(cmdtext, "/cmds", true)==0 || strcmp("/commands",cmdtext,true)==0)
{
new str[] = "{FF0000}/Teles {FFFF00}For Teleports\n{FF0000}/Help {FFFF00}If Help Is Needed\n{FF0000}/Report {FFFF00}If You Saw A Hacker\n{FF0000}/Wheelpower {FFFF00}For Cool Rim Switching!\n{FF0000}/Boost {FFFF00}For Crazy Server Boost!\n{FF0000}/Radio {FFFF00}For Built In Server Radio!\n Use {FF0000}/AFK {FFFF00}If Your AFK, When Your Back, Use {FF0000}/Back!\n{FF0000}/Neon {FFFF00}& {FF0000}/Tune\n{FF0000}/PM {FFFF00}Private MSG\n{FF0000}/V {FFFF00}Vehicle";
ShowPlayerDialog(playerid,DIALOG_STYLE_MSGBOX, "Server Commands",str,"OK","");
return 1;
}