Search Results
So i have a skin system and i can't get the skins to save into the database,here's my saving function SaveSkin(playerid) { new query[128]; mysql_format(SQL, query, sizeof(query), "UPDATE users SET...
109
I have this under if "(newkeys & KEY_NO)" and when im pressing the key N nothing happens,its like this part of the script isn't even there if(IsPlayerInAnyVehicle(playerid)) { if(GetPlayerS...
118
I did that and it still gives me the same error
169
I have this command and for some reason it gives me that error,"You aren't near your rented vehicle",even though im in the vehicle,and yes i checked,RentedVehicle[playerid] is the vehicle that im in r...
169
even if i am in range of a house it still says im not,i don;t know why for(new i = 1; i <= 105; i++) { if(IsPlayerInRangeOfPoint(playerid, 5.0, HouseInfo[i][hEntrancex], HouseInfo[i][hEntrance...
98
Quote: Originally Posted by rockys i = in game id h = database id h = i-1 because for() start from 1 But the house id in the game also starts from 1
124
I have this in my gamemode wich i downloaded and i don't understand,why is theres a "h = i - 1",i mean "i" is the row,and at the same time the house number,like when "i" is 2,it takes the ID for examp...
124
when im selecting a player from this list of memebrs to change their rank it only sets my rank,or the rank of the person who selects the member i don't know what the problem the part with the rank sel...
131
This shows me a list of all the player in my clan but i don;t know what i did wrong with selected[playerid][mid] there cause when i click a player in the dialog it changes my rank,like for example i h...
88
format(aim, sizeof(aim), "%s[R%s] [%s/3 warns] %s\n", aim, test, warns, query); i've seen people formating a string like this and i don't understand what's the point,i mean why do they include the st...
91
Quote: Originally Posted by SymonClash There is no need to create JobVehicle. If some vehicle model is restriced for a job (like 482 in your case), just check vehicle model and use RemoveP...
84
I have a bug with cars ids I create a job vehicle for a player that start a job and a restriction when he tries to enter the vehicle if he's not on the job and when im entering random vehicles that ...
84
I have a command for planting seeds,like cannabis seeds,and when i use it i want an object to appear like a box or something or something on the ground that looks like someone planted something,i just...
57
i tried to script this part alone but it's my first time working with a database and i don't think i did it right,like this are giftbox locations and the status if its active or not,and this code is p...
62
Quote: Originally Posted by TheToretto Yup. Edit: Lol actually add this line, totally forgot about it pawn Код: GetPlayerPos(playerid, EventInfo[playerid][eventX], EventInfo[player...
183
Quote: Originally Posted by TheToretto pawn Код: enum E_EVENT_INFO{    Float:eventX,    Float:eventY,    Float:eventZ,    bool:eventOrganizer}new EventInfo[MAX_PLAYERS][E_EVENT...
183
im making an event system and i want to do it like this and i don't kniw how When an admin is using /startevent,i want to save his position When a player types /tpevent i want him teleported to the ...
183
it shows me 0 seconds 0 minutes played when im checking with the /time cmd,here's all i have on the system CMD:time(playerid, params[]) { new string[80]; format(string, sizeof(string),"*You've bee...
71
this is a part of my /licences command,the command works,but if a licence is 0 hours it shows 0 hours left,how do i make it to show "Expired" if it's 0 hours format(szDialog, sizeof(szDialog), "{ff...
65
it says fatal error 100: cannot read from file: "systems" and i found this #include <systems> i cant find an include called systems on the internet
123