Good Newbie Spawn - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Good Newbie Spawn (
/showthread.php?tid=267740)
Good Newbie Spawn -
BartDashio - 09.07.2011
Where is a good newbie spawn!
Re: Good Newbie Spawn -
Wesley221 - 09.07.2011
Deep down in the ocean!
Naw, just drive around like a fool, and check if you find something cools! Be creative
Re: Good Newbie Spawn -
BartDashio - 09.07.2011
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
Re: Good Newbie Spawn -
Kush - 09.07.2011
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.
Re: Good Newbie Spawn -
BartDashio - 09.07.2011
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;
}
Re: Good Newbie Spawn -
BartDashio - 09.07.2011
nvm i got it