Change car and gun..
#2

Weapon
Код:
(playerid, weaponid, ammo)

playerid	The ID of the player to give the weapon to
weaponid	The ID of the weapon you want to give the player
ammo	How much ammo to give to the player
EXAMPLE
pawn Код:
GivePlayerWeapon(playerid, 26, 500);
Weapon ID'S

Set Vehicle Position
Код:
(vehicleid, Float:x, Float:y, Float:z)

vehicleid	Vehicle ID that you want set new position.
Float:x	A float to store the X coordinate, passed by reference.
Float:y	A float to store the Y coordinate, passed by reference.
Float:z	A float to store the Z coordinate, passed by reference.
EXAMPLE
pawn Код:
SetVehiclePos(1, 123.456, 123.456, 12.34);
Reply


Messages In This Thread
Change car and gun.. - by AcTopNN - 04.06.2011, 08:37
Re: Change car and gun.. - by park4bmx - 04.06.2011, 08:50
Re: Change car and gun.. - by AcTopNN - 04.06.2011, 08:53
Re: Change car and gun.. - by AcTopNN - 04.06.2011, 09:12
Re: Change car and gun.. - by park4bmx - 04.06.2011, 09:15
Re: Change car and gun.. - by AcTopNN - 04.06.2011, 09:18
Re: Change car and gun.. - by park4bmx - 04.06.2011, 09:34
Re: Change car and gun.. - by AcTopNN - 04.06.2011, 09:38
Re: Change car and gun.. - by park4bmx - 04.06.2011, 09:40
Re: Change car and gun.. - by AcTopNN - 04.06.2011, 09:41

Forum Jump:


Users browsing this thread: 1 Guest(s)