Search Results
Put this in /uncuff command SetPlayerSpecialAction(giveplayerid, SPECIAL_ACTION_NONE);
110
Hey all, i have a problem. When i type '/mask on' everything is good but when i type '/mask off' the server will be exit and all disconnect, this is the code from /mask : Код: /* -----------------...
32
Hey all, i want ask about DIALOG_STYLE_INPUT and make a checkpoint... So i already make a DIALOG_STYLE_INPUT and i don't know how to make a respond... I don't know what must i put in here: Quote: ...
49
Hey all, i want ask something about /lock and /unlock but i'm using raven's and this is not working correctly so check this please: Код: if(CarInfo[newcar][cLock] == 1) { CanTurn...
74
Hem i think you just need convert that copy samp-server.exe, samp-npc.exe, announce.exe and pawno folder into your old Raven's Roleplay CMIIW
44
Thank's Akira but where is it https://sampwiki.blast.hk/wiki/OnPlayerGiveDamage or https://sampwiki.blast.hk/wiki/OnPlayerTakeDamage
106
Hey all, i want ask again i want if someone got shoot like using deagle and the playerid who got shoot is fall and i don't know that is https://sampwiki.blast.hk/wiki/OnPlayerGiveDamage or https://sam...
106
Quote: Originally Posted by [xB]Lordz This may help. Sorry if its wrong. pawn Код: public OnPlayerUpdate(playerid){   if(GetPlayerHealth(playerid)==1)   {   SetPlayerHealth(playe...
146
No, i want if people get shoot that will not dead so the health will not go to 0 but always freeze to 1... Example: I shoot people and that peole have 100 health so i shoot until he death (this death...
146
Hey all, i want ask something. Is that possible to freeze health to 1 so if someone get shoot and he will not dead but he well down with health 1, if that possible can someone show the code? Thank's
146
I think you need to set https://sampwiki.blast.hk/wiki/SetVehicleHealth in what button for explode
81
Hem are you already have the textdraw place? I can't help much but maybe https://sampwiki.blast.hk/wiki/GetPlayerScore and https://sampwiki.blast.hk/wiki/SetPlayerScore can help Quote: ...
62
Hem i try something like this and i get this in /enter for business: Код: /* --------- /robdonut --------- */ if(strcmp(cmd, "/robdonut", true) == 0) { new success = random(3); new a...
49
Can you show the code, so people can help to fix your code.
88
Hey all, i want ask something about this (i'm using Raven's Roleplay): Код: /* --------- /robdonut --------- */ if(strcmp(cmd, "/robdonut", true) == 0) { new success = random(3); new...
49
Quote: Originally Posted by Shetch You can use it to show information into messages... Код: new variable, string[128]; variable = 1337; format(string, sizeof(string), "The value of v...
141
https://sampwiki.blast.hk/wiki/Format
141
%b Inserts a number at this position in binary radix %c Inserts a single character. %d Inserts an integer (whole) number %f Inserts a floating point number. %i Inserts an integer. %s Inserts a s...
141