Hi
mein typ spawnt nicht da wo er spawnen soll. Er ist in der 1 Fraktion aber er spawnt nicht da wo er spawnen soll er spawn bei zivi spawn (das ist das bei else) code: public OnPlayerSpawn(playerid)
{
if(IsPlayerConnected(playerid))
{
SendClientMessage(playerid,Orange,"Willkommen auf Maurice Roleplay ;)");
//COP
if(sInfo[playerid][Fraktion] == 1)
{
SetPlayerPos(playerid,245.3005,186.0758,1008.1719);
SetPlayerInterior(playerid,3);
SetCameraBehindPlayer(playerid);
sInfo[playerid][SkinID] = GetPlayerSkin(playerid);
SetPlayerColor(playerid,Blau);
return 1;
}
else
{
SetPlayerPos(playerid,2047.9266,-1899.5000,13.5469);
SetCameraBehindPlayer(playerid);
sInfo[playerid][SkinID] = GetPlayerSkin(playerid);
SetPlayerColor(playerid,Weiß);
return 1;
}
}
return 1;
}
Ist auf MySQL