Posts: 141
Threads: 35
Joined: Jul 2008
Reputation:
0
when i spawn i have like 10% of health and i see all grey... i do /kill and then i see all cars and objects but my health is 10%
Posts: 1,148
Threads: 19
Joined: Jan 2007
Reputation:
0
On spawn SetPlayerInterior and set the interior to where you spawn... that solves the grey-ness.
Posts: 141
Threads: 35
Joined: Jul 2008
Reputation:
0
i spawn in LSPD garage .... before a week all was oky.. but now i have this problem!
Posts: 10
Threads: 5
Joined: Aug 2008
Reputation:
0
check OnPlayerSpawn
and put
SetPlayerInterior(playerid,(interior id))
Posts: 141
Threads: 35
Joined: Jul 2008
Reputation:
0
what if i have civils... and cops.. civils spawn in jeff motel... and cops in LSPD Garage.. LSPD garage is 0.. jeff wuz 5.... how do i put under
OnPlayerSpawn ?
SetPlayerInterior(playerid,0);
SetPlayerInterior(playerid,5);
?
And why when i spawn i have 10% of hp?
Posts: 177
Threads: 3
Joined: Sep 2008
Reputation:
0
just do SetPlayerInterior(playerid,0);...