Search Results
Quote: Originally Posted by Uberanwar I still have this problem. But I think... (public onplayerdisconnect) should be right? Need help asap.. It have to be like pawn Код: INI_Wri...
171
You can use mta to clear that gate. Just add it in your code with RemoveBuildingForPlayer.. also the countdown https://sampforum.blast.hk/showthread.php?tid=169023
100
pawn Код: if(GetPlayerSkin(playerid) == 287){     Giveplayerweapon(etc,etc)}
71
Just PM me your script and I'll take a look
127
pawn Код: COMMAND:removecash(playerid, params[]){    if(PlayerInfo[playerid][AdminLevel] >= LEVEL_givecash)    {        new player, amount;        if(sscanf(params, "ui", player, am...
79
Do you have a register/login system? If so rename PlayerInfo to whatever you named your enum to store the playerinfo.
127
Show us the whole public OnGameModeInit
74
There is tutorials for it aswell as you can easily find good ones by ******ing https://www.******.no/search?q=samp+...orum.sa-mp.com
62
Well I don't know what it is but after what I see, I don't think it belongs to anyting that have to do with the spawns
103
Yeah as you said those aren't commands. You need to show us the actual command if you want us to convert it
71
I suggest LuxAdmin https://sampforum.blast.hk/showthread.php?tid=120724
113
Well what you can do first is to make a new randomspawn for all of your classes like this pawn Код: new Float:mexicanspawn[][6] = // change the 6 after how many positions you have{    {-2814.923...
103
Try running the samp-server.exe as administrator and maybe change it to run in Windows 7 instead of XP(if you have 7 ofc) At least it worked for me
172
I have the same problem..
172
So what's happening? What do you mean by "I cant start my server" ?
84
Okay guys, so when I got home from school today I did a bit of testing. First I tried using this https://sampforum.blast.hk/showthread.php?tid=210277 as a filterscript. That did not work. The FS didn'...
214
I have all that. As I said I can see the actual file, but it's 0kb and has nothing written in it
214
I can't fix it and I don't want to use SQL. Since Y_INI is working for some people I don't know why it wont work for me, since I even tried copy pasting it exactly like the tutorial said, but it wont ...
214
I highly doubt reinstalling it again will work. I've tried multiplie times. What do you mean with "whitout any modifications?"
214
You have another variable called x. Just change the one in the command to x2 or something Also I suggest you to use zcmd, it's better and easier
211