Search Results
Try this: Код: new Text:Robbery[10]; for(new i=1;i<8;i++)TextDrawHideForPlayer(playerid, Robbery[i]);
113
PlayerTextDrawSetString(i, HUD[i], szString);
327
Inside OnGameModeInIt() Код: SetTimer("CheckAFKPlayers",5000,1); Outside the functions Код: forward CheckAFKPlayers(); public CheckAFKPlayers() foreach(Player,i) if(IsPlayerAFKFor30Mins(i)) Ki...
122
Then add it to your gamemode, like that: Код: public OnPlayerUpdate(playerid) { lastupdate[playerid] = GetTickCount(); return 1; }
122
Delete twominutestimer and do my guide and it will work 100% for you: Define this right under your includes: Код: #define IsPlayerAFKFor30Mins(%1) GetTickCount() > (lastupdate[%1]+60*1000*30) ...
122
If you want to allow people get money from stuntings, then don't allow them get it client-sided because they will can hack money with ****** or cleo mods. So I've found you a Server Sided Stunt Bonus...
96
I found you a speed booster and car jump filterscript enjoy: https://sampforum.blast.hk/showthread.php?tid=337636
67
Hope this thread will help you somehow. https://sampforum.blast.hk/showthread.php?tid=642017&page=4
230
Quote: Originally Posted by WildWave The Dynamic Object are created, but when i use AttachDynamicObjectToPlayer , its not attached.. CODE: petObject[playerid] = CreateDynamicObject(1603 ,...
131
Quote: Originally Posted by Philip123 must i have port forwarded Well it's not necessary to forward because you play with the same WiFi, but you MUST check your ipv4 address with cmd to...
136
I advice you to use 'Missing Brackets Finder 2' - a very helpful tool to find the missing bracket you forgot to add/remove. https://sampforum.blast.hk/showthread.php?tid=291018 Hope this will helps ...
174
Make sure you have forwarded the right ipv4 address, Run CMD as Administrator again and type 'ipconfig'
136
It's created, you just don't see it, but other players can see it, if you want to see your text you can use "CreatePlayer3DTextLabel", but if you prefer to use Streamer so replace 'INVALID_PLAYER_ID' ...
67
I fixed it, but I want to make my 3dtext sticky to the vehicle of the player even if the player is upside down the text will stay up: https://sampforum.blast.hk/showthread.php?tid=654287 Picture exa...
52
Quote: Originally Posted by GeorgeMcReary So? Script it. No one said you can not. Hint: use ShowPlayerDialog for Dialogs, use OnPlayerKeyStateChange for Pressing F thing and SendPlayerPos...
81
Hello! I would like to know How I make a dynamic3dtextlabel on Fixed Position state and not "Swinging" on the player. I'm using Incognito's Streamer and here is what I did but it's not fixing the pos...
58
Quote: Originally Posted by ball Код: Streamer_RemoveArrayData(STREAMER_TYPE_3D_TEXT_LABEL, PlayerInfo[playerid], E_STREAMER_PLAYER_ID, playerid); UPDATE: It didn't work, I don't s...
93,618