22.06.2020, 14:44
Hi, I need a little help with this. I want that when the user connects he has to choose a character. when I enter the server the character is not seen. you see the sky.
public OnGameModeInit()
{
AddPlayerClass(292, 1958.33, 1343.12, 15.36, 269.15, -1, -1, -1, -1, -1, -1);
AddPlayerClass(50, 1958.33, 1343.12, 15.36, 269.15, -1, -1, -1, -1, -1, -1);
AddPlayerClass(280, 1958.33, 1343.12, 15.36, 269.15, -1, -1, -1, -1, -1, -1);
return 1;
public OnPlayerRequestClass(playerid)
{
SetPlayerCameraPos(playerid, 1597.3928, -1699.5081, 55.9331);
SetPlayerCameraLookAt(playerid, 1596.5624, -1700.0829, 55.7230);
SetPlayerPos(playerid, -316.776245, 1053.410400, 15.265959);
return 1;
}