Search Results
Quote: Originally Posted by Trol_Patrol 255 (or NO_TEAM) is the default team to be able to shoot other players, not 0 cannot read ? you should set their team to 255 or NO_TEAM not 0. t...
185
thx for your fix but i still get one error on OnPlayerGiveDamage
1,223
Hey, Did you use the Streamer Plugin? https://sampforum.blast.hk/showthread.php?tid=102865 Greetz
83
Have u RemoveBuildingForPlayer anywhere in your Code?
183
Quote: Originally Posted by par30 What eror You still using this? Try rempving that code in the including: Код: // line 61-71 forward UAC_OnPlayerStateChange(playerid, newstate, o...
2,193
I think you are out of the defined Zones. You can create a new line before "Big Ear" with the Name "Unknown" if you want. hope that helps you.
606
Just put your code after that comment pawn Код: public OnPlayerLeaveDynamicCP(playerid, checkpointid);{    if(checkpointid == Checkpoint[5])    {        // Left robbery CP    }    re...
126
Hi, I've read some days ago this: Quote: Things which might fix: 1. Run as administrator (samp.exe and gta_sa.exe) 2. Disable multicore in samp.cfg 3. Rename your GTA San Andreas folder (...
146
hey forgot that model check? pawn Код: if(strcmp(cmdx, "/bput", true) == 0){    if(IsPlayerConnected(playerid))    {        if(!IsPlayerInAnyVehicle(playerid))        {          ...
124
nothing found so far. is there another dialog with the offsets?
115
do you mean: Код: new items; for(new i = 0; i < 10; i++) { if(items < 10) { if(PlayerInfo[playerid][pSlot][i] == 0) { PlayerInfo[...
133
You can remove SA objects with RemoveBuildingForPlayer (https://sampwiki.blast.hk/wiki/RemoveBuildingForPlayer)
101
pawn Код: stock AchievementDone(playerid,message[]){    PlayerTextDrawSetString(playerid,Textdraw70[playerid],message);    PlayerTextDrawShow(playerid,Textdraw69[playerid]);    PlayerTextDra...
81
pawn Код: if(dialogid == DIALOG_bProizvodi){    if(response)    {        if(PlayerInfo[playerid][pPosedovanjeFirme] == 0) return SendClientMessage(playerid,BELA, "{FF0000}[Greska!]{BFC0C2}...
75
All of your plugins failed at loading. that is why your server is crashing. maybe someone in the support can help you
175
Quote: Originally Posted by davve95 Yeah I also want it back. Yea this or subforums
1,491
You should take a look into the sa-mp wiki: https://sampwiki.blast.hk/wiki/GangZoneShowForPlayer greetz
71
I think you mean UpdateVehicleDamageStatus. just add this into your script: pawn Код: encode_lights(light1, light2, light3, light4) return light1 | (light2 << 1) | (light3 << 2) | (li...
102