Search Results
Adri, I sent a PM with a new updated Siri Script, translated!
346
Alot of Grammatical Error's but It can be fixed easily.
346
A piece of my little finger went off when I tried shut my door, ouch.
159
I get an error. Код: C:\Users\Johan\Desktop\samp\gamemodes\vrc.pwn(1036) : error 017: undefined symbol "Strval" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error.
180
Replace this one... Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { VehicleEngine(vehicleid,true); return 1; } You forgot a token ^ Sorry for Double Post.
180
I don't understand.. Should I put this in my Filterscript or Gamemode AND Where should I put this Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { VehicleEngine(vehicleid...
180
Try this one.. Код: forward SkipSpawn(playerid); public OnPlayerRequestClass(playerid) { SetTimerEx("SkipSpawn",1,0,"i",playerid);//It's required to have atleast 1 millisecond return 1; } pub...
154
Код: #define FILTERSCRIPT #include <a_samp> #include <zcmd> #define red 0xAA3333AA //Change this to the error color you want. #define COLOR_PURPLE 0xC2A2DAAA //prox detector color new ...
180