Search Results
Hey all i search a script that upgrades useplayerpedanims. Because some skins have better turning speeds then others and give an disadvantage to other players. I mean the skins with a fast 360° turn...
100
how is that possible with for instance: pawn Code: CMD:teamrank(playerid){    new TRANK, AUSED, BUSED, CUSED, DUSED;    TRANK = 1;    AUSED = 0;    BUSED = 0;    CUSED = 0;    DUSED = 0;...
92
Like tyler set make it look like: pawn Код: CMD:login(playerid, params[]){            new filestring[128];            new name[24];            GetPlayerName(playerid, name, 24);...
259
a lot of the admin scripts have a /admins command to check who is online. just rename it and let it check for the elite players instead and you have that script you want
114
The following script makes to lowest score comes first. But i want the highest one to come first. How can i make this possible with the following script? pawn Code: stock quickSort(array[], left, ri...
92
pawn Код: CMD:makemeadmin{    if(IsPlayerAdmin(playerid)) // checks if you are rcon admin    {        PlayerInfo[playerid][admin] = level; // edit this to your admin system and replace lev...
101
Quote: Originally Posted by dr.lozer you can do like this: pawn Код: new Countdown = -1,Timer1;forward Countdownstart();public Countdownstart(){   Countdown --;      new string[...
101
I am working on a TDM server and want to have a Countdown timer above my Armour and Health bars this is to show how long it takes till the competition finish. I want it to show in the following format...
101
Quote: Originally Posted by Saiph I have stated before that the code works perfectly on another computer, so i dont think thats really necessary. Anyways, i was following newbienoob"s tuto...
202
Quote: Originally Posted by Rodrifoo For exept that https://sampforum.blast.hk/showthread.php?tid=388653 How i make it ? I Guess i have to do it somewhere in gamemode not sure. do you ...
92
Quote: Originally Posted by RTR12 Im also kind of interested with the playerinput response thing.... :0 check https://sampforum.blast.hk/showthread.php?tid=315117
102
Do you mean with a bot system something with NPC's or more with something like a Cleverbot that response on playerinput? have you checked the Tutorials for it? http://forum.sa-mp.com/forumdisplay.ph...
102
Most of the admin scripts already got /ban /kick functions You can check some out with the following link: https://sampforum.blast.hk/showthread.php?tid=356383 You can get the code from those script...
117
Quote: Originally Posted by budelis Yes. can you show a part of the script where it goes wrong
130
Quote: Originally Posted by $uRн So if the player is connected to a timer is started when a competition but then if you can connect to another player it does not start counting again only...
117
have you tried something like pawn Код: GetDynamicObjectPos(objectid, &Float:X, &Float:Y, &Float:Z)
130
Can you show us the script / part of the script with some commands?
55
Here is a link to a Random tuning FS https://sampforum.blast.hk/showthread.php?tid=286170
53
Quote: Originally Posted by JackTricker Just show this "You win 150,000$" and don't give me the money. Can you show the part of script where this is written and have you tried putting ...
194
Can you give a little more explanation about it. Is it like an reaction test or do you just want to start a countdown and if another one tries it tells him to wait for the countdown to finish?
117