Search Results
i dont think so if you remove everything correctly there wont be any bug
169
i wasnt insulting you i just suggested you to use this tutorial and also i cant guess what tutorials you have already used
152
well try use this tutorial and rep the guy who made it Tutorial
152
could you try to describe the problem a little bit better
113
actually i think both would work correct but you have to add this code at the bottom of them Код: TextDrawSetSelectable(Login_Textdraw11, true); TextDrawSetSelectable(Login_Textdraw10, true); T...
169
you should remove all admin commands and anything else that has to do with the admin system and do the same for the other things you dont want to have in the gamemode but in my opinion this to much so...
169
try to add this at the bottom of gamemode init Код: TextDrawSetSelectable(Login_Textdraw11, true); TextDrawSetSelectable(Login_Textdraw10, true); TextDrawSetSelectable(Login_Textdraw9, true); ...
169
so you want to click on them or what?
169
did the fs you downloaded had a npcmode with it?
182
why dont you do it like this with LMB PHP код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) {     if (PRESSED(KEY_FIRE))     {         TextDrawHideForPlayer(pla...
257
addthis on your top of the script PHP код: forward textdrawtimer2(playerid);//this will be the timer (public) new textdrawtimer[MAX_PLAYERS];//this is related to the timer for the...
225
yeah he is right you set the timer just for 1 minute and not for 5
72
i think it affects also the damage because you shoot with two weapon at the same time.
147
try this PHP Code: enum pInfo {     Admin,     Munka,     pSkin,     Float:pX,     Float:pY,     Float:pZ,     Float:pA,     admin2,     askin,     Penz,Â...
192
well i never played at a SAMP DayZ server so if you could provide some screens we could help you better
110
in my opinion the best way to do its is this program https://sampforum.blast.hk/showthread.php?tid=282801
110
look at this website it has all objects http://gta-sa-mp.de/forum/index.php?...ects&objSite=1
121
what would you like to make in your own map?
110
i think you could do it like this but under onplayerspawn PHP код:     if(pInfo[playerid][pRace] = 1)     {         SetPlayerSkin(playerid, 277);//or whatever skin you w...
128
i would recomend you to set a timer
68