Search Results
Seriously MySQL or .ini for logs?? Are you kidding? Just create a folder named Logs and create a file gm.logs in it, and tell what kind of logs you want to save, on are saved on server.logs as samp cu...
124
Did you just mess with YSI or updated them to latest version, BTW i can fix this problem, PM me because it also happened with me.
87
BTW, not going in deep, There is an extra ")" in there:- Код: (listitem == 0) ? ("LS News") : (listitem == 1) ? ("SF News") : (listitem == 2) ? ("LV News")); It should be like:- Ð...
123
Quote: Originally Posted by CaptainBoi PHP код: new killtimer[MAX_PLAYERS]; CMD:kill(playerid)  {      SendClientMessage(playerid, 0xFF0000FF, "wait 10 seconds to suici...
157
Can you pls tell what was the cause?
105
Show complete OnGamemodeExit, I think there is a { after it and you haven't placed it. Код: public OnGameModeExit() { //Rubbish }
105
Atleast, Код: Use this to give your code and tell the place where you have placed these, Is it a FS or GM, If GM what place? + I think you are using a command to go a place like this, Is there Se...
84
Is this an interior? + Give your complete code of pickup!
84
I am using crashdetect, Nothing in server logs -_-
187
Код: COMMAND:oban(playerid, params[]) { if(playerData[playerid][playerLoggedIn]) { if(playerData[playerid][playerLevel] >= 4) { new otherPlayer[24], reason[5...
187
I placed this on my GM on OnPlayerConnect:- Код: RemoveBuildingForPlayer(playerid, 9901, -1459.1016, 920.09375, 31.95313, 111.41696); // removeWorldObject (ferybuild_1) (1) Building has be...
61
Still player doesn't spawns sometimes after being killed! We have to use /spawn command:/
213
This is a command i made! Code: COMMAND:settings(playerid, params[]) { if(playerData[playerid][playerLoggedIn]) { ShowPlayerDialog(playerid, DIALOG_SETTINGS, DIALOG_STYLE_LIST, ...
109
But still without loop, it works for only one person :/
243
You mean put the code of afterdeath on Gm in Fs??
213
Nothing happens, When two guys from same gang join, It shows tag for only one not for both :/
243