Search Results
Hello whenever i enter a vehicle i get this debug message in console : Код: [debug] AMX backtrace: [debug] #0 0004be90 in ?? (... <3 arguments>) at E:\Sql.pwn:2969 [debug] #1 000072f4 in pub...
53
Quote: Originally Posted by MadeMan You could be formatting string4 but showing string5 which is empty. I think it does not show dialogs with empty content. no i am not doing that take ...
195
Quote: Originally Posted by iKarim Show DIALOG_MY_BUSINESSES definition. Код: enum { DIALOG_REGISTER, DIALOG_LOGIN, DIALOG_MY_BUSINESSES } i dont think this has anything to do w...
195
Код: case 2: { printf("before if statment"); new string4[128], string5[228]; printf("after variable creations"); if(PlayerInfo[playe...
195
its the same i already tried else if
195
Hello i am trying to make a dialog which will show the businesses i own but whenever i try to open the dialog nothing happens i tried crashdetect but not showing any errors this is my code: Код: ...
195
yes i get this : Код: Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase Header size: 12020 bytes Code size: 618896 bytes Data size: 17817172 bytes Sta...
127
i cant compile a .cfg file in pawno however i created the pawn.cfg with -d3 written inside but it still gives the same log Код: [debug] Run time error 4: "Array index out of bounds" [debug] Atte...
127
Quote: Originally Posted by Arthur Kane Use a loop if you're going to use arrays! Also use crashdetect and check your server_logs. See if an error occurred. Same issue this is the log...
127
Hello everyone i am facing a little problem with my /vpark command Код: CMD:vpark(playerid, params[]) { new vid; if(PlayerInfo[playerid][pCar][0] == -1 && PlayerInfo[playerid][pCar][1...
127
This is how you do it using Remote Function calling Quote: Originally Posted by Lordzy • Getting a player's admin level. I'm adding a public function to my gamemode which would return ...
109
Код: new LastVehID[MAX_PLAYERS]; public OnPlayerStateChange(playerid,oldstate,newstate) { if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER) { LastVehID[playerid] = GetP...
111
this code looks good but you formatting string to sunny in both cases
226
Hello everyone Galax Multiplayer is a lightRP / freeroam script we are a new server looking for an overall story where then the new players join the server find a way to enter their character accordi...
204,308
Hello everyone anyone interested in opening a community? I will do the scripting part alone i dont have any problems with it i still didnt decided server type weither it be a dm, roleplay or freero...
204,308
Quote: Originally Posted by MaazS so if my health is 101 and i get punched im health hacking? no because your health will never be lower than 99989 and higher than 98
83
hi i created a health hack detector it checks players health every 2 seconds if its above 98 and below 101 the player is using if its not then the player is clean here is my 2 sec timer: Код: if...
83
what command processor the gamemode using? maybe its a slow one
106
i still got this issue any help?
111