06.04.2009, 04:36
Quote:
|
Originally Posted by Daren_Jacobson
/Fix - Fixes Fire + CarBody + Tires
pawn Код:
pawn Код:
not possible /AFK + /UNAFK would take alot of time /Afob - Anti Fall Of Bike /Afof - Remove it not possible /Plant - Plants A Bomb Explodes After 10 Second ! (One Time From ConnecT) involves SetTimer and CreateExplosion, i will let you do it Question - How To Do A Random Teleports , I Mean if we Do (/DM) Teleports You To Diffrent Places? make an array like RandomPortsx[10] RandomPortsy[10] RandomPortsz[10] than fill those with the places you want to teleport to, and pawn Код:
?LinkVehicleToInterior(vehid, intid); hop i could help |
Код:
//not possible to fix car body or tires, It is if you teleport car to Pay'N'Spray & back with storing the old position into variable
if(!strcmp(cmdtext, "/fix" true))
{
SetVehicleHealth(GetPlayerVehicleID(playerid), 1000.0)
return 1;
}
not possible, yes it's very possible
https://sampwiki.blast.hk/wiki/SetVehicleZAngle
/AFK + /UNAFK
would take alot of time, no it's simple script depending how you want it
/Afob - Anti Fall Of Bike /Afof - Remove it
not possible, very possible too...
g2g to school so i don't have time to script them all for you now


?