Search Results
Thanks OPremium! Finally it working!!! And thanks also everyone who tried to help me!
119
Код: #include <a_samp> public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if(newkeys & KEY_SUBMISSION && IsPlayerInAnyVehicle(playerid)) { SetTimerEx("R...
119
I get 1 error and 1 warning. Код: rvehicle.pwn(6) : error 021: symbol already defined: "RepairVehicle" rvehicle.pwn(18) : warning 235: public function lacks forward declaration (symbol "RVehicle"...
119
Код: #define FILTERSCRIPT #define COLOR_LIGHTBLUE 0x0080FFFF #define PRESSED(%0) \ (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0))) #define IsPlayerNotInVehicle(%0) (!IsP...
119