Search Results
Quote:
Originally Posted by Y_Less
Data protection doesn't apply. It is your domain, you are your own data controller, you can choose to hide your address or not. Data protection only ap...
2,638
Quote:
Originally Posted by ******
Their whois information is in Panama:
https://who.is/whois/prestigesteve.com
Their contact details have NO company registration information:
https://w...
2,638
Quote:
Originally Posted by Y_Less
Calling someone selfish and ignorant is really not going to help your case... Kalcor started this mod and ran it for over a decade, we've a huge amount ...
14,973
Quote:
Originally Posted by ******
There are still many people who want to play, and many people who believe there is still life in the mod. There are other people qualified to take over ...
14,973
Quote:
Originally Posted by [HLF]Southclaw
How about re-opening a "Screenshots" only section?
I'd second that.
14,973
Quote:
Originally Posted by Kalcor
I've been on the internet since mid-90's. I came out of the UFO/conspiracy crowd. Sites like abovetopsecret are older than Goggle. We're not big fans of ...
14,973
I told myself that I'd stay out of this and let it take its course... But now that Mauzen has been banned for just saying it how it is, I've got to speak my mind and frankly I'm beyond caring about wh...
14,973
Quote:
Originally Posted by Mike861
Код:
enum E_CHARACTER_INVENTORY
{
itemModel,
itemName[32],
itemQuantity,
itemData[248],
bool: itemExists,
bool: itemStackable
}
new Inventory...
179
Not exactly sure why this is happening... Everything is correct..
pawn Код:
error 001: expected token: "]", but found "-identifier-"warning 215: expression has no effecterror 001: expected token:...
179
Issue resolved.
pawn Код:
(row + 1) + (col * 6) + (( (page + 1) * 24) - 24) - 1
211
Quote:
Originally Posted by div
Not really sure, but did u define the variable as integer??
You can try %i.. that might help..
For a start "%i" is used in formatting as an example "fo...
211
Maybe start by creating a database... That part is self-explanatory, then start adding data that is specific for that person...
So say you have an account table and each person is given a separate ID...
225
I've run into a issue similar to this before.. With using textdraw's that is, however this isn't the same issue; The issue is being able to get the inventory data correctly.. Drawing the slots work's ...
211
Nice to see you coming back Rehasher, its been a long time since you've posted any of your work.
650
Hey Daniel,
I'd suggest you get Package Control and download Southclaws PAWN library, it'll get you started allot faster not to mention the auto-mated build-file creation tool (all you have to do is ...
155
Quote:
Originally Posted by Konstantinos
After a lot of debugging the character that crashes is {
It is something that Pain123/maddinat0r added recently because when the plugin was at 84%...
461
Код:
[10:53:36] [DEBUG] mysql_set_option(1, 0) (E:\SA-MP-DEVELOPMENT\[NO NAME] Project\script.pwn:598)
[10:53:36] [DEBUG] mysql_set_option: return value: '1' (E:\SA-MP-DEVELOPMENT\[NO NAME] Projec...
461
Quote:
Originally Posted by Konstantinos
You need to provide a length for it because sizeof doesn't work with enum-arrays.
Код:
cache_get_value(rowid, "field_name", enum_array, size);
...
461
This should help you out and relive the headache.
Код:
forward SendClientMessageA(playerid,color,text[]);
public SendClientMessageA(playerid,color,text[])
{
new safetxt[400];
format(safet...
479