[HELP]Need help with intro
#1

Script im using: Vortex RolePlay
The problem: Im trying to put a register sistem from another script wich is exelant but i get these stupit errors
Код:
C:\Users\Rake\Desktop\VX-RP\gamemodes\VortexRoleplay.pwn(926) : error 017: undefined symbol "playerid"
C:\Users\Rake\Desktop\VX-RP\gamemodes\VortexRoleplay.pwn(926) : error 017: undefined symbol "plname"
C:\Users\Rake\Desktop\VX-RP\gamemodes\VortexRoleplay.pwn(926) : error 029: invalid expression, assumed zero
C:\Users\Rake\Desktop\VX-RP\gamemodes\VortexRoleplay.pwn(926) : fatal error 107: too many error messages on one line

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


4 Errors.
Part of the script: This is the part of the script that is messing with my pawn
Код:
926	GetPlayerName(playerid, plname, sizeof(plname));
927	format(string, sizeof(string), "users/%s.ini", plname);
928	if(fexist(string))
929	{
930		SetTimerEx("randomlogin",1000, false, "i", playerid);
931	}
932	else
933	{
934		SetTimerEx("TextDrawregistracija1",1500, false, "i", playerid);
935	}
936	return 1;
937 }
Some photos or a video for easyer help: //

Please help me this is very important for my server and for me so please help me if you know how to
Reply


Messages In This Thread
[HELP]Need help with intro - by Marcuse - 05.09.2012, 19:50
Re: [HELP]Need help with intro - by Kirollos - 05.09.2012, 20:12
Re: [HELP]Need help with intro - by Marcuse - 06.09.2012, 07:14
Re: [HELP]Need help with intro - by Ironboy - 06.09.2012, 08:00

Forum Jump:


Users browsing this thread: 1 Guest(s)