Spawn Help!
#1

I started to use pawn yesterday and I've made a DM server.
When I tried editing the area where you can choose the player you want, this is what comes up ;

It doesn't show the character.
This is what I've got in the "OnPlayerRequestClass"
Quote:

public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 1032.2911, 1006.5372, 57.3438);
SetPlayerCameraPos(playerid, 1032.2911, 1006.5372, 57.3438);
SetPlayerCameraLookAt(playerid, 1032.2911, 1006.5372, 57.3438);
return 1;
}

Yes, I know the co-ordinates are different from the actual spawn, the screen shot is from earlier, but the same thing still happens.

Oh, I just realized.
Quote:

public OnPlayerRequestSpawn(playerid)
{
return 1;
}

^ Does that have to do with anything?
--- Thanks in advance . ---
Reply


Messages In This Thread
Spawn Help! - by GotOnce - 31.07.2010, 00:49
Re: Spawn Help! - by Kevin_Joshen - 31.07.2010, 00:57
Re: Spawn Help! - by GotOnce - 31.07.2010, 00:58
Re: Spawn Help! - by Pinehole - 31.07.2010, 01:01
Re: Spawn Help! - by GotOnce - 31.07.2010, 01:02

Forum Jump:


Users browsing this thread: 1 Guest(s)