Search Results
Oh I see thanks! (I have linux)
252
Thanks but here is the error:
Код:
error 010: invalid function or declaration
Here is the line that has the error:
Код:
if(team[playerid] == Team_Cops)
250
Quote:
Originally Posted by [Full]Garfield[XDB]
Define in top of gamemode
pawn Код:
#define Team_Cop (20)// More team in here
No sorry I mean the "hits" is a filterscript. So...
250
Okay so I'm using Plesk. How do I portfoward so I can make my ports :7777 ?
252
Yes thanks. That's what I did but it says Team_Cop is not defined. How can I define it from my gamemode?
250
I have a /hits script. This code will show the current hits:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[]){ dcmd(hit, 3, cmdtext); if(!strcmp(cmdtext, "/hits", true)) {...
250
Some valid objects say invalid id. Please help?
2,566
3,737
Oh okay. Can people using 0.3d client still be able to join when I'm using 0.3e server?
3,737
Do you think u can make compatable with 0.3d?
3,737
Nevermind. I didn't know you can drag with your mouse! Awesome! And is this compatable with SA-MP 0.3d?
3,737
You sir are great! I will test it later today but from what I can see from the x and y axis and rotation axis, is that how you move the object? Can you pls make a dialog box or something so when we pr...
3,737
Quote:
Originally Posted by TheLazySloth
new Skin = GetPVarInt(playerid,"Skin");
Skin++;
if(0 > Skin || Skin >= 300) Skin = 0;
SetPVarInt(playerid, "Skin", Skin);
SetPlayerSkin(pl...
203
Okay so when I put
pawn Код:
SetPlayerSkin(playerid,GetPVarInt(playerid,"Skin"));
in OnPlayerRequestClass it will lock that specific skin and show that specific skin so that players cannot switch...
203
Quote:
Originally Posted by [HiC]TheKiller
Use GetPlayerInterior + IsPlayerInRangeOfPoint to find if they are in a certain interior. Here is a list of all the current interiors http://file...
223
Quote:
Originally Posted by Thomas.
If you're using a VPS you don't have to port forward at all.
All you'll have to do is configure the firewall, if there is any.
Okay so the ports are...
220
I need help with setting interior zones. So if I'm in for example ammunation, it wont say red county, it will say ammunation or if i in 24/7 shop, the zone will say 24/7. any help?
223
How would I know if I'm using a VPS server?
220