31.07.2010, 00:49
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"
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.
^ Does that have to do with anything?
--- Thanks in advance . ---
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; } |
Oh, I just realized.
Quote:
public OnPlayerRequestSpawn(playerid) { return 1; } |
--- Thanks in advance . ---