Search Results
If I am saving my factions like this: pawn Код: new INI:ini = INI_Open("factions.ini");    foreach(new factionid:factions)    {        INI_SetTag(ini, factionid);                //...
55
Can you show us the ShowPlayerDialog for dialogid 371?
129
You used 5 arguments in SetPlayerPos but there are only 4
75
pawn Код: stock timec(timestamp, compare = -1) {    if (compare == -1) {        compare = gettime();    }    new        n,        // on the following line, I have removed the nee...
94
There is probably a function within your script which checks your client side money and the server side money. If they are not the same the client side will be changed to the server side. The filtersc...
72
Not sure if this works but pawn Код: #define CC CurrentCharacter[playerid]; So it would be pawn Код: CharacterInfo[playerid][CC][Admin] Doesn't remove it but makes it quite a bit shorter.
105
Quote: Originally Posted by ATGOggy But, what is the bug here? .... Quote: Originally Posted by V1Su4L If someone who is not in faction and is only Family members want to d...
138
Try changing pawn Код: if(!PlayerInfo[playerid][pFac] && PlayerInfo[playerid][pFam]) return SendClientMessage(playerid, COLOR_GREY, "You are not part of family/faction."); With pawn Ко...
138
Than you are probably missing a bracket. If you can't find it try this https://sampforum.blast.hk/showthread.php?tid=291018
138
Quote: Originally Posted by Nitin I am not sure, but I think it's messing pawn Код: main( ) { } If he would be missed that than he wouldn't be able to compile it...
237
So your server runs normal than it suddenly restarts and wants to load the gamemode but gives an error?
237
Please don't bump your post after half an hour. You are probably just missing a space or enter.
114
Not sure what else it could be. You could try this: pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){    switch(dialogid)    {        case D_REG:  Â...
122
I always use Incognito's Streamer. I would recommend using CreateDynamicObject and Draw Distance is more important if you have alot of custom maps/objects. I always just leave it to default.
57
Try this pawn Код: CMD:stats(playerid,params[]){     new string[128],pname[MAX_PLAYER_NAME];     if(sscanf(params, "u", id)) return SendClientMessage(playerid, -1, "/Stats [ID]");     if(...
162
Whats bugged about it? It shows the wrong vehicle name?
126
Im not sure what your problem is. If the problem is that the player is spawning at 0,0,0 try using SetSpawnInfo first. https://sampwiki.blast.hk/wiki/SetSpawnInfo
84