SA-MP Forums Archive
MY ADMIN 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: MY ADMIN ERROR (/showthread.php?tid=257342)



MY ADMIN ERROR - Shoaib - 25.05.2011

Quote:

C:\Users\Hamza Ali\Desktop\[XTC]Man Server ORGINAL\filterscripts\adminmy.pwn(65) : warning 204: symbol is assigned a value that is never used: "buf"
C:\Users\Hamza Ali\Desktop\[XTC]Man Server ORGINAL\filterscripts\adminmy.pwn(122) : warning 217: loose indentation
C:\Users\Hamza Ali\Desktop\[XTC]Man Server ORGINAL\filterscripts\adminmy.pwn(161) : error 010: invalid function or declaration
C:\Users\Hamza Ali\Desktop\[XTC]Man Server ORGINAL\filterscripts\adminmy.pwn(217) : error 017: undefined symbol "ACMDM"
C:\Users\Hamza Ali\Desktop\[XTC]Man Server ORGINAL\filterscripts\adminmy.pwn(262) : warning 204: symbol is assigned a value that is never used: "file"
C:\Users\Hamza Ali\Desktop\[XTC]Man Server ORGINAL\filterscripts\adminmy.pwn(306) : error 017: undefined symbol "IsValidSkin"
C:\Users\Hamza Ali\Desktop\[XTC]Man Server ORGINAL\filterscripts\adminmy.pwn(399) : error 017: undefined symbol "Set"
C:\Users\Hamza Ali\Desktop\[XTC]Man Server ORGINAL\filterscripts\adminmy.pwn(399) : error 017: undefined symbol "the"
C:\Users\Hamza Ali\Desktop\[XTC]Man Server ORGINAL\filterscripts\adminmy.pwn(399) : error 017: undefined symbol "position"
C:\Users\Hamza Ali\Desktop\[XTC]Man Server ORGINAL\filterscripts\adminmy.pwn(399) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


7 Errors.

lINE 399
Quote:

SetPlayerPos(playerid,x,y,z); Set the position of playerid to id's place.

lINE 306
Quote:

if(!IsValidSkin(skin)) SendClientMessage(playerid,RED,"Invalid skin!");

lINE 262
Quote:

new id,n[MAX_PLAYER_NAME],reason[50], on[MAX_PLAYER_NAME], string[128], string2[128],file[128];

lINE 217
Quote:

ACMDM(playerid,"SETVIP");

LINE 161
Quote:

if(sscanf(params,"ui",id,level)) return SendClientMessage(playerid,RED,"Usage: /setlevel [id] [level]");

LINE 122
Quote:

return 1;

LINE 65
Quote:

new name[25], file[128],buf[129];


HELP FIX THESE ERROS HELP


Re: MY ADMIN ERROR - Shoaib - 25.05.2011

bump bump BUMP


Re: MY ADMIN ERROR - Bob_Raw - 25.05.2011

At the top of the script have you used "New put the error here (Unidentified one);
and have you used the { } Properly, thats alls I can think of thats wrong sir


Re: MY ADMIN ERROR - cs_master - 25.05.2011

its variable problem just check ur lines and add some variables


Re: MY ADMIN ERROR - Hobod - 25.05.2011

Quote:
Originally Posted by Shoaib
Посмотреть сообщение
lINE 399
Код:
SetPlayerPos(playerid,x,y,z); Set the position of playerid to id's place.
try commenting that bit
pawn Код:
SetPlayerPos(playerid,x,y,z); //Set the position of playerid to id's place.



Re: MY ADMIN ERROR - Ernests - 25.05.2011

give all script to see maybe then we can help.