Search Results
Quote: Originally Posted by ****** 1) That tutorial says nothing of the sort. It mentions that syntax, then goes on to explain what it is used for (and if you still need clarification, th...
84
This is driving me crazy and I'm not sure what the cause of it is. Basically I have an enumerator for my player data: Код: enum pData { Username[NAME_LENGTH], Password[PASSWORD_LENGTH], ...
84
I wouldn't even suggest using the "u" specifier. I posted a help thread the other day about it because it doesn't match names properly. I would suggest writing your own specifier with "k" instead.
173
Quote: Originally Posted by ****** The brackets are there to stop the warning, because you are right that you don't normally have an assignment in loops, but in this case you do. As for w...
134
I need to use this IsNumeric code in my script and it works, but I like to avoid using code created by other unless it's in the form of an include library, such as YSI and if I MUST borrow some code, ...
134
Quote: Originally Posted by SickAttack pawn Code: YCMD:agive(playerid, params[], help){    new lookupid;    sscanf(params, "?<CELLMIN_ON_MATCHES=1>U(-1)", lookupid);    if(loo...
190
And using "u" makes no difference anyways. It just tells sscanf what names to search. "u" means it'll search NPCs and players, which I don't want. Code: YCMD:agive(playerid, params[], help) { if(Pl...
190
When using q, r or u as specifiers, no matter what I do they will not search properly for a name. I have a command that allows admins to give money to players, using the specifier "i" for money and "...
190
Quote: Originally Posted by codectile If the lines in your ShowPlayerDialog function is too huge, I'll suggest you to make two dialogs linked together as "Page 1" and "Page 2".That would b...
147
Quote: Originally Posted by SturtIndia Instead of using string you can divide in some groups see here: https://sampwiki.blast.hk/wiki/How_to_Create_a_Dialog I don't think you understand...
147
I'm guessing by the number of threads you have posted, you're goal is to have the community write your script for you? The SA-MP wiki has a ton of info that you could use instead of asking everyone t...
166
Nobody can help you if you don't post any code...
95
I'm not that worried, I was just wondering if there was big difference in memory usage. If it was really such an inconvenience for you to answer this, you too could have just "got on with it"...
147
I am trying to figure out which method of using a string would use the least amount of memory. So basically, my string that holds my list of commands that are displayed in a dialog by the command "/...
147
You could literally use Find and Replace (CTRL + F) and a regex expression to switch all of your commands to YCMD or ZCMD in about 5 seconds.
135
I just went through and made my own offsets for all 300 skins. If anyone wants them, PM me.
68