Search Results
But wait if we will do that one Aint any other players connected to the server will also be kicked?
89
still same look what i have done pawn Код: stock BotBan(playerid,reason[]){    sData[pBan] += 1;    new reasonn[512],year,month,day,hour,minute,second;    getdate(year,month,day);    gett...
89
Guys I have a Anti Cheat that runs every 1 second but when it detects a cheat i will automatically close the connection without poping out the dialog any idea how to fix this problem? pawn Код: s...
89
check your enumerators of the pawn Код: PlayerInfo[MAX_PLAYERS][?]; are avaible or else you can change it and make a global define pawn Код: new bool:pCanSpawnVehicle[MAX_PLAYERS] = falsel
141
Quote: Originally Posted by Jerry987 but timer_refuel is in OnPLayerUpdate is then the lag not bigger? OMG NO it runs every One Thousand Millisecond or 1 second why would it lag? Is...
221
This is an example on pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) pawn Код: switch(dialogid){case 1: // dialog id that you are using{}case 2:{}case ...
189
Quote: Originally Posted by Jerry987 I had a lot of thinks in OnPlayerUpdate so i want to put somethinks in a timer but how? I have a timer how to put these in the timer Код: forward...
221
pawn Код: OnDialogResponeuse the dialogid
141
Quote: Originally Posted by Om3n hello, can anyone tell me how to use GetAsyncKeyState function what is used in iPLEOMAX TDE ? Check the script callbacks the sa~mp has only the defaul...
62
MTA Mapping is awful Why would everyone use it compared the the sa~mp ones That's my opinion
157
Quote: Originally Posted by Chriistiix and how to disable the original radio ? Simple Turn off the client side radio and use the instruction posted above the Audio or Radio steam or wh...
123
Quote: Originally Posted by Chriistiix I dont want it with a command, just the controlkey to change to radio channel in the original GTA SA. And then show in the top the custom channel na...
123
i saw someone who used it buy i forgot who he is you see i want to void this one sData[BanList] the callback runs every seconds and i want to void this or being exempted on the timer because i wi...
127
Guys i don't understand How to use the pawn Код: void i know the pawn Код: While   , if , else but nothing with the void can someone explain it to me and give little example
127
Guys i notice recently when i use "strcmp" i do use this one pawn Код: if(!strcmp(ystring,zstring)) sometimes it will never accept the password or sometimes even if it's a wrong password it wil...
49
How can i let a string read ne i always got error if i use this one also pawn Код: new data[500]; new File:info = f_open("sadasda/asdasdasd/dadada.ini");        test[512] =  f_read(info,"...
95
Problem: [red] I don't Understand how to use this plugin I am confused [/red] pawn Код: new file:fop = f_open("dada.ini","r");        f_close(fop); the errors / warnings Код: C:\Users\...
95
Quote: Originally Posted by P3DRO but imagine that he has 2 cars, 2 infernus, same id, but only one of them was used, if he does that wont both infernus respawn? just asking, dont get me w...
118
first of all get the id of the vehicle then when the player leaves the vehicle a timer will start to that vehicle and when i reaches (1000*60*2) or 2 Minutes it will respawn to its last coordinates ...
118