Search Results
Nevermind, I had to edit the gl_common.inc to do it..
107
@alexander Holy.., I have to do that manually? Its hard, Since theres 793 vehicle on those files.. @karan Thats why I asking if theres anyway / any code to load these basic vehicles..
107
Hello, I currently working in a Roleplay script, But sadly I got a problem which I can't how to solve.. Anyway, I making scratch roleplay script, but I can't add vehicles, Don't think that I'm so newb...
107
I tried to parse it twice because it doesn't get parsed, I already tried the debug lines, but it doesn't even call the LoadUser..
64
Literally I feel stupidty, y_ini works prefectly in my gamemode, but it doesn't in my filterscript.. I trying to load/save an integer, it saves but, it doesn't even call the LoadUser stock.. Heres my...
64
Hey Karan, Thanks its fixed already.. I made it with a dynamic checkpoint instead of a pickup, it worked. OffTopic: How are you
108
Pastebin link please? I hate this kind of download links srsly..
799
So what can I do? I already mapped my system to work at this high, And I ain't really ready to re-map it at lower distance.. Any ideas? I don't need shitty commands to exit the jail so..
108
Hey, I got a problem, Which I don't know what causes it.. I trying to create a 2 pickups to teleport inside / outside the prison map.. But only 1 pickup (enter one) shows, the other doesn't.. I use th...
108
Hai, I made a filterscript for minigames in past, I wanted to use it with my stunts/freeroam gamemode, But sadly players abusing Stuntsmode command (godmode) and car auto fix in minigames.. Is it poss...
72
Hey, Its not scripting error or whatever, I just wanna ask about something.. I was on some server, I saw someone controling car lights like Turning on left while right still off, and turning off left ...
58
Option 2, Saving in disconnecting, But its risky if your server crashed / restarted (not gmx, console restart) I actually prefer Option 1 (Becasue you're using MySQL so, It w'd be better).. But Option...
173
255 is white colour.. Since 0 is black so ofc 255 is white..
137
I didn't say its something wrong, But I was wondering if he made a gamemode especially to make the engine system lol.. Ot: check your filterscript if something turning off the engine, maybe a timer or...
154
Quote: Originally Posted by AbyssMorgan PHP код: if(PlayerInfo[playerid][pAdmin] < 1338 || PlayerInfo[playerid][pHouseModerator] != 1) return SendClientMessageEx(playerid...
86
Are you using gamemode to make a engine system? Try this.. PHP код: #include <a_samp>#include <zcmd>public OnFilterScriptInit() // Use it as filterscript instead..{   Â...
154
Not sure but seems your House Moderator command sets your level to something instead of 1.. Maybe 0, 2 or even 3.. Can you show us House Moderator set command? Or try this, Should work.. PHP код: ...
86
PHP код: new pInfo[MAX_PLAYERS][pInfoEnum]; enum pInfoEnum {     pPass,     pCash,     pKills,     pDeaths,     Scores,     Adminlevel,     Regularlevel,     V...
80
PHP код:     if(strcmp(cmd, "/vip", true) == 0)    {        ShowPlayerDialog(playerid, 666, DIALOG_STYLE_MSGBOX,"VIP - Beneficii", "SILVER:\n - Acces la chatul don...
81
PHP код: mysql_format(mysql, query, sizeof(query), "UPDATE Players SET `MysqlID`='%i';",PlayerInfo[playerid][MysqlID]);  EDIT: I don't understand what is this 'mysqlid' But this que...
97