Quote:
Originally Posted by pyrodojo25
Try this
pawn Код:
public Spawn(playerid) { if(!strcmp(pInfo[playerid][Gender], "Male", true)) { TogglePlayerSpectating(playerid, 0); SetPlayerPos(playerid, -1424.6716, -288.3624, 14.1484); SetPlayerInterior(playerid, 0); SetCameraBehindPlayer(playerid); SetPlayerSkin(playerid, 295); pInfo[playerid][Level] = 1; } else if(!strcmp(pInfo[playerid][Gender], "Female", true)) { TogglePlayerSpectating(playerid, 0); SetPlayerPos(playerid, 1643.0640, -2332.2261, 13.5469); SetPlayerInterior(playerid, 0); SetCameraBehindPlayer(playerid); SetPlayerSkin(playerid, 93); pInfo[playerid][Level] = 1; } return 1; }
|
The only part that didn't work with that is that it does this after the tutorial:

Although, I think it does that every spawn. Because one time, I went back on and spawned, but when I died, that picture happened (and it does that right now after tutorial)