Good Newbie Spawn
#1

Where is a good newbie spawn!
Reply
#2

Deep down in the ocean!

Naw, just drive around like a fool, and check if you find something cools! Be creative
Reply
#3

Quote:
Originally Posted by Wesley221
Посмотреть сообщение
Deep down in the ocean!

Naw, just drive around like a fool, and check if you find something cools! Be creative
lol its really no good spots
Reply
#4

Quote:
Originally Posted by Wesley221
Посмотреть сообщение
Deep down in the ocean!

Naw, just drive around like a fool, and check if you find something cools! Be creative
He's right! If you ask for my opinion though, LS Airport, Unity Station, like Wesley said, be creative.
Reply
#5

and i have one problem when player spawns he dies what can be wrong in this code !


if(MedicBill[playerid] == 1 && PlayerInfo[playerid][pJailed] == 0 && PlayerPaintballing[playerid] == 0)
{
new string[256];
new cut = deathcost;
GivePlayerMoney(playerid, -cut);
format(string, sizeof(string), "DOC: Your Medical Bill comes to $%d, Have a nice day.", cut);
SendClientMessage(playerid, TEAM_CYAN_COLOR, string);
MedicBill[playerid] = 0;
MedicTime[playerid] = 0;
NeedMedicTime[playerid] = 0;
PlayerInfo[playerid][pDeaths] += 1;
SetPlayerHealth(playerid, 50);
return 0;
}
Reply
#6

nvm i got it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)