Search Results
To see if the Team has a total health of 0 ( all players are dead). Then tell it if it is 0 to restart
190
Change the coding so its only looking for certin cars, I do remember some where seeing add cars after here. But, I custom coded my server so I haven't seen LA-RP for like 2 years
383
Why dnt u use, GetPlayerHealth and Select the Player's/Teams
190
Lol, You add the cars at the end of the rest of the cars that way you dont get that error.
383
Go back through what ever you last added, Check it remove it part by part and see where the error is and then correct it.
138
Dude, Use the wiki. If you dont know how to add a car you shouldn't be running a server.
It's AddStaticVehicle(carid,X,Y,Z,Rot,RoT,Rot,Respawn Time);
383
Hey all,
So, I just got a Linux Server, Purchased it from a Data Center. anyway, I installed Cent OS 5.3 with Webmin. Cant seem to port forward. I'm a moderate Linux user how ever, I cant get this to...
192
Quote:
Originally Posted by Adil_Rahoo
It's too easy.
Ikr.. lol
401
Quote:
Originally Posted by [LSR
State_Trooper ]
Код:
At The top of your script:
new tele;
OnGameModeInit
tele = CreatePickup(356,2314.4685058594 ,568.81640625 ,8.5382442474365);
pu...
354
Код:
At The top of your script:
new tele;
OnGameModeInit
tele = CreatePickup(356,2314.4685058594 ,568.81640625 ,8.5382442474365);
public OnPlayerPickUpPickup(playerid, pickupid)
{
if (pickup...
354
Lol, Use teh wiki and also you need the X,Y,Z Of where you want the pickup
354
Ok, I'm trying to make it so a Cop can type /follow [playerid] and the player wil follow the cop where ever he goes until hes /unfollowed then /uncuffed.
Here's my code so far
pawn Код:
if(strcm...
211
Quote:
Originally Posted by Jay420
I had an animation FS on my computer, don't know if this is something like it, but at least it sounds like something you need :P
pawn Код:
// Fallif...
444
Quote:
Originally Posted by Steven82
Like in some RP scripts,
Код:
/fall
Correct
444
Are you using factions like in a GF edit or teams?? I may give you the code :P
339
Just guessing here but use something like:
GetPlayerPos(playerid,X,Y,Z);
SetPlayerPos(giveplayerid,playerid);
339
So, I started making a house FS, But I need a list of houses and their interior's....
I did search a bit. I didnt have to to fully search so I apologise.
IF this has been asked/solved, Please link m...
169