Search Results
new GateState == 0; i get error on this, i want the gate state to be 0 on game mode in
120
the start bit is right coz i tested it with position for loading and saving current position but when i changed it to default position does numbers i get tag mistmatch warnings and it dosnt work
200
pawn Код: dini_IntSet(FileStats(playerid), "PositionX", -1514.6509);          dini_IntSet(FileStats(playerid), "PositionY", 2524.5295);          dini_IntSet(FileStats(playerid), "Positio...
200
Really good script but the Blocking Part when you hoold F or ENTER is glitched up. It works fine but when you want to enter a car you can't. So i deleted the blocking part.
2,629
what would the difference be ? I think its the VehcileEX that respawn ;/
221
hello i got some vehicles in my map pawn Код: AddStaticVehicle(577,1568.3270,1346.7057,12.0495,318.5035,8,10); // ls 1    AddStaticVehicle(577,1547.8073,1267.2119,11.9450,275.5196,8,10); // lvÂ...
221
This is my script pawn Код: #include <a_samp>new HavingBall[MAX_PLAYERS];new Anim[MAX_PLAYERS];new Ball;new BallStatus;new Baller;new ShootingBall;new BallBounce;public OnFilterScriptInit()...
126
pawn Код: public OnPlayerExitVehicle(playerid, vehicleid,)//this line{    if (IsPlayerInVehicle(playerid,Carlist[playerid][Carid]))    {      GetVehiclePos(Carlist[playerid][Carid],Carlist[...
194
Код: C:\DOCUME~1\Pawel\Pulpit\SAMP\GAMEMO~1\airport.pwn(60) : error 017: undefined symbol "gStoredSkin" C:\DOCUME~1\Pawel\Pulpit\SAMP\GAMEMO~1\airport.pwn(60) : warning 215: expression has no effe...
395
done, but still one warning with the top line Код: GetPlayerSkin(playerid, gStoredSkin[playerid][0]);//warning 1
395
pawn Код: new Float:gStoredSkin[MAX_PLAYERS][1];StorePlayerSkin(playerid){  GetPlayerSkin(playerid, gStoredSkin[playerid][0]);//warning 1}SetPlayerSkinToStoredSkin(playerid){  SetPlayerSkin(play...
395
pawn Код: forward time2();public time2();{    SetWeather(1);} pawn Код: public OnGameModeInit(){    SetTimerEx("time2", 500, 1, "i"); error : Код: : error 055: start of function body...
119
I found a fuel system Quote: http://forum.sa-mp.com/index.php?topic=143901.0 pawn Код: /***  Fuel System by RyDeR*  DracoBlue for DCMD*  Someone for the Gas Station Coцrdinates**/#inclu...
342
pawn Код: new rand = random(sizeof(gRandomPlayerSpawns));        SetPlayerPos(playerid, gRandomPlayerSpawns[rand][0], gRandomPlayerSpawns[rand][1], gRandomPlayerSpawns[rand][2]); do i need to...
267
no i mean all of it from public to return 0; }
313
post the full code for pawn Код: public OnPlayerCommandText here:
313
pawn Код: new Float:gRandomPlayerSpawns[7][4] = {{1579.8978,1255.8693,10.8125,52.7742}, //PILOT SPAWN{1597.4163,1363.8469,10.8502,96.0648}, //PILOT SPAWN{1579.2930,1391.1327,10.8479,37.6656}, //PI...
267
try this pawn Код: forward timer(playerid); pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    new cmd[256];    new idx;    cmd = strtok(cmdtext, idx);    if(!IsPlayerAdmi...
177
i think thats the only map you can get. Can you describe the one you want??
259