MY ADMIN ERROR
#1

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
Reply
#2

bump bump BUMP
Reply
#3

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
Reply
#4

its variable problem just check ur lines and add some variables
Reply
#5

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.
Reply
#6

give all script to see maybe then we can help.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)