Search Results
You can create DynamicObjects as you want it doesn't have any limits. Update your Streamer plugin and it will solve your problem. https://github.com/samp-incognito/sa...lugin/releases
188
Test that: PHP Code: if(PlayerInfo[playerid][Dodo] > 499) Dodo1="{00FF00}Completed"; else Dodo1="{FF0000}Not completed";  If it works, change all of them to this type
176
PHP Code:     if(hp <= hpp)    {        KillTimer( Player[playerid][DrugTimer] );                Player[playerid][OnDose] =0;        format(msg, si...
69
PHP код: if(strcmp(cmd, "/destroyallvehs", true) == 0) 
188
Hello there I saw a magical thing in a server! look at this picture: https://imgur.com/a/bsc9sAY ... this chatting doesn't have any limited things.. for example when I want to do same.. just my 100 or...
168
So set playerid position to somewhere like air or unknown place and show black box to playerid and start timer
174
You can make a textdraw with a black box.. and save playerid position and use that position in SpawnPlayer then make a timer and in timer use setplayerposition
174
Hello there I want to do something to get the EXACT player's health I did something like this: PHP код:                       new Float:Health;              ...
184
Hello there I want a command to restart the server without me I mean when I use this command the server's RCON CONSOLE close and open automatically for restart the server to update.
119
You should know the font of the 1st line TD. and make that like this: "~b~Romania~y~Super~r~Stunt" And I think you know how to make 2nd line TD.
85
Quote: Originally Posted by iAmir you gotta use strcmp, not strval. strval will convert string (inputtext in this case) to an integer value. BUT.. that's not the good way to do this. you ...
290
Quote: Originally Posted by DaniceMcHarley Your password is only integers? No my password is: AA1953.. but I don't know strval(inputtext) is right or not. I want some thing like strval...
290
Hello everyone, I've a problem on "inputtext" I wanna use this script: PHP код:             if(strval(inputtext) != PINFO[playerid][pKey])             {        ...
290
you should download "TDEditor" and import your codes to that.
166