Search Results
GetPlayerSkin returning a original skin ID, not new skin ID. Example: AddCharModel(169, 25000, "yomi.dff", "yomi.txd"); SetPlayerSkin(playerid, 25000); GetPlayerSkin(playerid) == 169 (not a 25000) ...
410
Check a return value of public OnVehicleDeath, for check spawn-vehicle hack. 1 - allow car spawn 0 - disallow car spawn
12,276
Kalcor, please, add a prevent vehicle spawn to returning value on public OnVehicleDeath. Not need use a memory-hacking plugins, for fix this hack.
35,693
Quote: Originally Posted by Aliassassin123456 Am I missing something in Pawn or this condition is useless? Code: const AIM_SYNC = 203; IPacket:AIM_SYNC(playerid, BitStream:bs) { new ...
11,771
I'm use this plugin, he created with his help a lot of good anti-cheats. With proper use you can forget about dangerous cheaters, I guarantee it!
11,771
Quote: Originally Posted by Sew_Sumi https://sampwiki.blast.hk/wiki/GetPlayerSurfingObjectID https://sampwiki.blast.hk/wiki/GetPlayerSurfingVehicleID Is this not scriptable? In accompan...
549
Загружай дома, бизнесы и тд в OnGameModeInit без потока обычным mysql_query, во время загрузки никто зайти и так не сможет, ...
190
You need use a SetPlayerSkin in OnPlayerSpawn public
132
Quote: Originally Posted by andrejc999 Oh ok I thought this link might work cuz it plays the song when u enter it and it's mp3... You can load all your mp3's to web hosting
308
You need set link to mp3 file or stream, not a download page
308
Quote: Originally Posted by eco1999 Log I'm don't see register a /help command in log
25,770
Maybe this: Код: forward RaceTime(raceid); public RaceTime(raceid) { RaceInfo[raceid][racetime] ++; if(floatround((RaceInfo[raceid][racetime] / 10), floatround_floor) >= RaceInfo[raceid][rac...
101
Quote: Originally Posted by N0FeaR Ohh now i feel so stupid lol, thank you alot And you can't spawn actor in all virtual world's. In the SAMP is not an option.
120
You need use a SetActorVirtualWorld, no SetPlayerVirtualWorld
120
You need check in OnPlayerDeath if killerid equal INVALID_PLAYER_ID! Код: public OnPlayerDeath(playerid, killerid, reason) { Stvariizdeadha(playerid); if(killerid == INVALID_PLAYER_ID) return ...
123
Код: stock OnPlayerShootObject(playerid, objectid, playerobject) { //code return 1; } Код: public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ) { if(h...
194