Search Results
http://forum.sa-mp.com/showthread.ph...906#post992906 That's why You can't add it.
101
Quote: Originally Posted by thomas.. rofl. wiki is tje first place i go -.- i was under the impression that z was up and down, not e-w rotation http://lmgtfy.com/?q=XYZ+axis
247
I'm sorry, I know how to use loops, But how would i check to see if its Opened like that?
109
Hey guys, I just wanted to know, I've got 42 prison cells, and I've got it set up like this new CellB1[22]; new CellB2[22]; B1 Being the Cell Block. pawn Код: CellB1[1] =CreateDynamicObject(98...
109
It does work on PC, I've done it before, it's got a USB adapter. EDIT: the only place i've been able to find it at is here, http://download.driverguide.com/driv.../d1434636.html and I really don't...
105
as the topic title says, I've lost my CD and i need the drivers for this steering wheel, lol xD http://www.ecrater.com/p/4868492/dig...steering-wheel
105
Quote: Originally Posted by matdav That will set the human to zombie ? well i guess i needa change if... !=Team_zombie to human haha != means if(Gteam[playerid] != TEAM_ZOMBIE) { Gteam...
128
Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { new model = GetVehicleModel(vehicleid); if(model != 509 || model != 481 || model != 510) { if(pDLic[playerid] == 0) { ...
64
new rand = random(sizeof(RandomSpawns)); SetPlayerPos(playerid, RandomSpawns[rand][0], RandomSpawns[rand][1], RandomSpawns[rand][2]); maybe?
103
Код: cmd(flip, playerid, params[]) { if(!sscanf(params, "u", playerid)) { if(File[playerid][Admin] >= 1) { new VehicleID; GetPlayerPos(playerid, X, Y, Z); VehicleID = Get...
147
SetVehiclePos(vehicleid,X,Y,Z);
114
First off, GateOpen[playerid] means its limited to one person, meaning they'll have to /gateopen then /gateclose again, otherwise it would say the gate Isn't opened, So lets change it from GateOpen[MA...
107
what are the errors? and did you #define TEAM_BLUE 0 #define TEAM_RED 1 at the top of your script?
61
Quote: Originally Posted by DJDhan And if you aren't using a streamer, I don't see why this shouldn't work : Код: for(new i=0;i<MAX_OBJECTS;i++) { DestroyObject(i); } thats wh...
254
Quote: Originally Posted by AK47317 hmm, maybe this help pawn Код: ConnectNPC("Soap", "ambulance"); EDIT: its happen to me too but idk how to fix it :P i fixed it, mini FS was #de...
191
'Blank GM, Doesn't work in my regular GM Either.'
191
First off, I've already used this tutorial, http://forum.sa-mp.com/index.php?topic=119947.0 Mini FS pawn Код: #define RECORDING "ambulance" //This is the filename of your recording without the e...
191