playerid
#1

Код:
E:\samp03asvr_R7_win32\filterscripts\url.pwn(127) : error 017: undefined symbol "playerid"
E:\samp03asvr_R7_win32\filterscripts\url.pwn(130) : error 017: undefined symbol "playerid"
E:\samp03asvr_R7_win32\filterscripts\url.pwn(131) : error 017: undefined symbol "playerid"
E:\samp03asvr_R7_win32\filterscripts\url.pwn(132) : error 017: undefined symbol "playerid"
E:\samp03asvr_R7_win32\filterscripts\url.pwn(134) : error 030: compound statement not closed at the end of file (started at line 127)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.
Код:
public entertime()
{
	if(IsPlayerInRangeOfPoint(playerid, 1.0, -50.6152,-233.6595,6.7646))
		{
		
		SetPlayerPos(playerid, 2147.8394,1602.1575,1006.1677);
		SetPlayerVirtualWorld(playerid, 12);
		SetPlayerInterior(playerid,0);
}
If range to point = 127

Setplayerint = 134
Reply
#2

Change this
public entertime()

To this
public entertime(playerid)
Reply
#3

E:\samp03asvr_R7_win32\filterscripts\url.pwn(153) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#4

Change
pawn Код:
forward public entertime()
to

pawn Код:
forward public entertime(playerid)
Reply
#5

pawn Код:
forward entertime(playerid);
public entertime(playerid)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)