Search Results
Quote: Originally Posted by iorp maybe you imported mysql from includes, recheck includes Yes, i\'m using a_mysql include. My gamemode is perfectly compiled and no errors. please help...
390
I'm not using mysql plugins Код: echo Executing Server Config... lanmode 0 rcon_password changeme444 maxplayers 100 port 7777 hostname R Roleplay (0.3.7) gamemode0 RRP filterscripts plugins audi...
390
Quote: Originally Posted by Heress check your mysql logs and if there is errors, fix it. How i can check mysql logs?
390
Quote: Originally Posted by ****** Your plugins do load, but apparently you're still missing something. So either one of them is out of date, or you need another one. Try the nativecheck...
390
I got this usual error : "Run time error 19: "File or function is not found" I've searched and searched. all the issues i've found have not fixed it.. The Plugin is loaded, The server is Windows Any...
390
how to add ex. {FFA500}| Location: {FFFFFF}%sJefferson Код: if(PlayerVehicleInfo[playerid][i][pvImpounded]) { format(vstring, sizeof(vstring), "%s\n{FFA500}Vehicle:{FFFFFF} %s {FFA500}| Status...
78
Can you help me to add location of car in the command of vstorage in dialog box? Код: CMD:vstorage(playerid, params[]) { if(AdminDuty[playerid] == 1) { SendClientMessage(playerid,COLOR_...
78
Hello everyone, i need your help for my gta folder. I need samp setup for gta , not a setup .exe i need folder of items for samp. thankss.. Note: you give the zip file of items for samp
95
INI_STRING("Author, TagData[index][eTaggerName], MAX_PLAYER_NAME);
138
help me this error Код: C:\Users\pc9\Desktop\RP\gamemodes\rp.pwn(1437) : error 029: invalid expression, assumed zero C:\Users\pc9\Desktop\RP\gamemodes\rp.pwn(1437) : warning 215: expression has no...
138
Код: C:\Users\pc9\Desktop\RP\gamemodes\rp.pwn(596) : error 029: invalid expression, assumed zero C:\Users\pc9\Desktop\RP\gamemodes\rp.pwn(1440) : error 017: undefined symbol "eTaggerName" C:\Users...
138
im not enum for this can you help me to create
138
How to Define this and fix error? Код: C:\Users\pc9\Desktop\RP\gamemodes\rp.pwn(1436) : error 017: undefined symbol "TagData" C:\Users\pc9\Desktop\RP\gamemodes\rp.pwn(1436) : error 029: invalid e...
138
can you define this Код: C:\Users\pc9\Desktop\RP1low\gamemodes\LC-RP.pwn(1199) : error 017: undefined symbol "TagData" C:\Users\pc9\Desktop\RP1low\gamemodes\LC-RP.pwn(1199) : error 029: invalid ex...
188
This is error to compiled my script Код: INI_String("Author", TagData[index][eTaggerName], MAX_PLAYER_NAME); INI_String("Text", TagData[index][eTagText], MAX_TEXT_LENGHT); INI_String("Fon...
188
Quote: Originally Posted by justice96 Show them. Код: if(HighestTagID >= MAX_TAGS) return SendClientMessage(playerid, ~1, "The maximum number of tags has been reached."); }
188
Quote: Originally Posted by justice96 What is this? Код: HighestTagID This is part of command add
188
This is Code Код: forward ParseServerTag(index, name[], value[]); public ParseServerTag(index, name[], value[]) { HighestTagID = index; INI_String("Author", TagData[index][eTaggerName], MAX_PLAY...
188