Problem with spawns
#1

Hello i have problem with spawns in my server. When i change the spawn coords i spawn but i cant see nothing. It's just blue and no cars, no house nothing. This is my code for grove street :

Код:
new Float:gGroveSP[5][4] = {
{2492.6750,-1702.8019,1018.3438},//Spawn1
{2496.0747,-1708.1903,1014.7422},//Spawn2
{2492.6750,-1702.8019,1018.3438},//Spawn3
{2496.0747,-1708.1903,1014.7422},//Spawn4
{2492.6750,-1702.8019,1018.3438}//Spawn5
};
Reply
#2

Try :
PHP код:
    SetPlayerInterior(playerid0);
    
SetPlayerVirtualWorld(playerid0); 
Reply
#3

Under the spawn code or in it?
Reply
#4

Under SpawnCode
Reply
#5

Try this

pawn Код:
new Float:gGroveSP[5][4] = {
{0,2492.6750,-1702.8019,1018.3438,0,0},//Spawn1
{0,2496.0747,-1708.1903,1014.7422,0,0},//Spawn2
{0,2492.6750,-1702.8019,1018.3438,0,0},//Spawn3
{0,2496.0747,-1708.1903,1014.7422,0,0},//Spawn4
{0,2492.6750,-1702.8019,1018.3438,0,0}//Spawn5
};
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)