Can someone just help me with this
#3

Quote:
Originally Posted by cj101
Код:
SetPlayerCheckPoint(playerid,2031.6348,-1413.5884,16.9922,2);
add that under OnPlayerSpawn
Didn't work, this is what i put.....

Код:
public OnPlayerSpawn(playerid)
{
SetPlayerCheckPoint(playerid,2031.6348,-1413.5884,16.9922,2);

	GivePlayerMoney(playerid, PocketMoney);
	SetPlayerInterior(playerid,0);
	SetPlayerRandomSpawn(playerid);
	TogglePlayerClock(playerid,1);
	return 1;
}
This is the error i get " (387) : error 017: undefined symbol "SetPlayerCheckPoint" "

And when i go to the top and type #define SetPlayerCheckPoint

I get this error

(38 : warning 215: expression has no effect


But without this new code my script is perfect, any ideas? please help
Reply


Messages In This Thread
Can someone just help me with this - by killdahobo99 - 15.06.2009, 02:57
Re: Can someone just help me with this - by CJ101 - 15.06.2009, 03:05
Re: Can someone just help me with this - by killdahobo99 - 15.06.2009, 03:17
Re: Can someone just help me with this - by Backwardsman97 - 15.06.2009, 04:25
Re: Can someone just help me with this - by killdahobo99 - 15.06.2009, 13:05
Re: Can someone just help me with this - by Swistack92 - 15.06.2009, 13:07
Re: Can someone just help me with this - by killdahobo99 - 15.06.2009, 16:02

Forum Jump:


Users browsing this thread: 1 Guest(s)