Search Results
https://sampforum.blast.hk/showthread.php?pid=3518043#pid3518043
Here you have the script
273
Type this code in the gamemode
Код:
#pragma tabsize 0
P.S when u use { and under that don't use "space" but use "TAB" and will automatically create a space.
207
In new version of samp 0.3.7 have updated script in pawno and server.cfg too
If u want to make a map name u need to open server.cfg and type mapname
Код:
"name of the map"
Or in the gamemode
КÐ...
132
Yeah because u are using textdraw only for Los Santos City Hall
Код:
PlayerData[playerid][pTextdraws][85] = CreatePlayerTextDraw(playerid, 87.598846, 320.083374, "Los Santos City Hall");
228
This happend to me too , the problem is the player who drive FMD car don't have license of driving , U need to script on player enter in vehicle pf FMD check if he doesn't have car license and eject h...
218
Sure u can enable/disable kill list , all what u need to do is to make new filterscript and delete this code from gamemode
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMe...
274
So when VIP is in any vehicle color of his car will change every one second.
Код:
SetTimerEx("ChangeVehicleColor", 1000, false, "i", playerid); // 1000 ( 1 second )
Код:
forward ChangeVehicl...
283
You need kill list or only death icon ?
Here you have death icon : https://sampwiki.blast.hk/wiki/Weapons ID : 53
If u need kill list here u have : https://sampwiki.blast.hk/wiki/OnPlayerDeath
274