Search Results
I was waiting for someone to write that type of comment , obviously I can script , and the gamemode doesn't seem to have any code releated error Obviously it's not a random gamemode , that's an old sc...
137
hey guys , I have an issue with a gamemode .. I can't compile it , the compiler stops running everytime .. i don't see anything wrong with the code .. i uploaded it here in case anyone can help me and...
137
Quote: Originally Posted by Sew_Sumi I'd say if it works for some and not others that they could have a problem on their end. Get them to do a tracert to the server to see where they get ...
136
Quote: Originally Posted by Sew_Sumi Where's the server located? In your house, or at a VPS/Hosting service... it's on a vps , the ip works also for some people , but some not edit : al...
136
hey , i set up my samp server on linux , the server shows online for me , but it doesn't' work for anyone else , i tried also in samp checkers and it's not showing , i tried to research for tutorials...
136
Hey , i guess you want to make a DM/DD training server for your clan from nd I suggest you to not use hwang gamemode , make you own one from scratch , it's pain when you realise that the time you wil...
167
Quote: Originally Posted by ItzShady To avoid occurring this problem, type this command on the Putty console. Код: nohup ./samp03svr & That's what i actually did at first time...
159
Hello guys , i just got a linux vps , first time using it , i set up a sa-mp server for test , everything is fine , when i leave putty , after a couple of minutes the server shows offline in the samp ...
159
Код: stock trcar(car[]) { new tmp[MAX_STRING]; set(tmp,car); tmp=strreplace("[","(",tmp); tmp=strreplace("]",")",tmp); return tmp; } all the errors are in here
206
got this then Код: C:\Users\endlesscrap\Desktop\STG\gamemodes\dmrace.pwn(941) : error 017: undefined symbol "set" C:\Users\endlesscrap\Desktop\STG\gamemodes\dmrace.pwn(942) : error 017: undefine...
206
PHP код: C:\Users\endlesscrap\Desktop\STG\gamemodes\dmrace.pwn(937) : error 017: undefined symbol "MAX_STRING" C:\Users\endlesscrap\Desktop\STG\gamemodes\dmrace.pwn(937) : error 009: ...
206
PHP Code: enum pInfo{    pAdmin,    pAdminDuty,    pPass[128],    Score,    pCash,    pHunters,    pMuted,    pWarns,    pBanned,    MuteSeconds,    Lo...
109
I mean if there is no players with pgamemode=1 progressformap should be false
109
I guess u didn't understand me im my gamemode theres is pgamemode 0 wich is the lobby or selection of the gm and 1 is dm race so i want to make when there is no player with pgamemode 1 stop loading ma...
165
still the same errors btw i made it to send message like houssam501[Lobby] : text can you make it send [Lobby]houssam501 : text thanks
109
Quote: Originally Posted by DarkLored pawn Код: enum gameinfo{       pCounter,       pCount,};new gInfo[gameinfo]; simply use a global variable that is directed to a timer tha...
165
ik that but i need it to detect if there is no players in the gm to stops maps loading if you know what i mean
165
I Get 4 of these errors PHP Code: public OnPlayerText(playerid, text[]) {     if(PlayerInfo[playerid][pGamemode] == 0) return SendClientMessageToLobby(playerid,GetPlayerColor(playerid)...
109