Search Results
Nice Use GetVehicleVelocity for get speed to car for fix your anti-speed hack. Code: if(IsPlayerInAnyVehicle(playerid)) { new Float:Speed[3],Round_Speed; GetVehicleVeloci...
1,178
1)You create register/login system for save/load status. 2)if you have already reg/log sys create one dialog box for show variables (score,moneys,level.....).
251
which is one greater than the speed hack when you're on the ground ; what maximun speed foot? car is 270+ foot?
65
hm... again losse driveschool if vehhp > or < 880 -_-... code now: Код: function Finish(p) { new veh; new Float:vHealth; GetVehicleHealth(veh, vHealth); veh = GetPlayerVehicleID(p); if(Wa...
176
my problem is if vehicle hp > or < 880 get losse driveschool any help guys??
176
if player finish race can check it if vehicle hp < 880? or i create new variable?
176
i have problem if player finish on driveschool and if vehicle < 880 hp losse driveschool. code: Код: function Finish(p) { new veh,Float:HPV; veh = GetPlayerVehicleID(p); if(WarnCH[p] > 13...
176
yes dry simply forgot to I do finally add plugin in .cfg xD
186
i fix this problem now have this problem i create new plugin on visual and have this problem -_-... Error: Function not registered: 'SCM'
186
i have one problem i create one include and have one problem on include code problem here Код: native SCM(playerid, color, const message[]); and if load to test server and start client have this...
186
hm... find one. man exp enums and system is very easy... and how to +xp ? you have jobs or any system for good idea get xp's?
174
If you have enum or variables for exp level ups. Use OnPlayerSpawn for update to level up or use your level system if(XP == XP_LEVELUP){ Update TextDraw... }
174
You have one timer with 1/sec update? This i send to my client for spam timer. Check your timers. Player have some lag?
145
Код: if(PlayerIsAdmin(playerid)) { SetPlayerColor(playerid,0xAA3333AA); } else{ SetPlayerColor(playerid,0xFFFFFFAA); } this?
71