help i get 1 error with my teleport command
#1

Код:
C:\Users\Family\Desktop\FastFive DriftCity 0.3c\gamemodes\fastfive.pwn(370) : error 017: undefined symbol "SafeSetPlayerPos"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
my command code is

Код:
	if (strcmp("/gotols", cmdtext, true, 10) == 0)
	{
		SafeSetPlayerPos(playerid, 1529.6,-1691.2,13.3);
		SetPlayerVirtualWorld(playerid, 0);
		return 1;
	}
Reply
#2

Remove the "Safe" part and leave it as "SetPlayerPos" for it to work.
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)