Search Results
Hello, I was wondering if it's possible to stop/hide the blips that are created when using CreateDynamicCP. I'm using the following streamer: https://sampforum.blast.hk/showthread.php?tid=102865 ...
21
If that's what you think is best, I'll continue doing so.
55
Hi, I was wondering, is it possible to count how many houses their are without using mysql. I've been doing it by getting the row count from the database, but I feel like their must be an easier way...
55
Hi, I was wondering if someone could shed some light on something for me. Each house I create has a pickup assigned to them on creation, and on load. Each pickup on entered should open up a dialog. ...
25
Hi, I need some insight on how I can do the following. Say I have a command in-game which creates a vehicle. And each time it creates a vehicle it assigns an incremental ID to the vehicle (1, 2, 3, ...
24
Код: enum orgInfo { OID, Name[14], Type, Color[7], Skins[3], Weapons[2], } new oInfo[MAX_ORGS][orgInfo]; MAX_ORGS is defined to 15.
30
Quote: Originally Posted by Luis- It could very well be, try doing some form of check, for example, checking if it works when you load the fifth organisation and seeing what happens if you...
30
Quote: Originally Posted by iggy1 Might be accessing 'oInfo' out of bounds. In fact I'm %99 sure you are. What would you suggest to fix this issue?
30
Quote: Originally Posted by Luis- It could be due to you going over the actual number of organisations in your MySQL table. Maybe add some sort of limit. I only have 5 in my database, i...
30
Hi, I've got a stupid question that's been stumbelling me for days. I'm comparing two integers to see if they're the same and if they're the same, returning true, if not returning false. This works...
30