Why does nothing happen?
#1

Hey, and well this is what I have for my code, the cars spawn in, but yet, I spawn in far away on a mountain, without he skin, and weapons.

http://prntscr.com/4pfbo6 Help.
Reply
#2

Help anyone?
Reply
#3

Try doing with OnPlayerSpawn
SetPlayerSkin(playerid,skinid)
SetPlayerPos(playerid,coords)
and
GivePlayerWeapons(playerid, weaponid, ammo)

Try this
Reply
#4

Your code to give them those items? You'd have to script that if you want it to occur...
Reply
#5

Quote:
Originally Posted by gtasarules14
Посмотреть сообщение
Try doing with OnPlayerSpawn
SetPlayerSkin(playerid,skinid)
SetPlayerPos(playerid,coords)
and
GivePlayerWeapons(playerid, weaponid, ammo)

Try this
In the same place?
Reply
#6

public OnPlayerSpawn(playerid)
{
// Give them the weapons, etc.
}

Place that call-back underneath anything else.
Reply
#7

THANKS!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)