Search Results
Quote: Originally Posted by ZiGGi Nope RIP. Are you planning on implementing this in the future?
771
Universal Roleplay is a SA:MP Gaming community, primarily revolving around the roleplay aspect of the modification on Grand Theft Auto: San Andreas. Here, we hold a very high role play standard. As ...
205,850
Is there a way to set labels/text for each item in the list?
771
KEY_SUBMISSION https://sampwiki.blast.hk/wiki/Keys
69
Quote: Originally Posted by whadez Code: function:Query_LoadInvItems(playerid, invid) { new rows, fields; cache_get_row_count(rows); cache_get_field_count(fields); ...
52
So for some reason, when a player drops/buys an item, after the delete/insert query it shows an item or 2 out of your inventory in another players inventory. I can't seem to see the issue. Load Quer...
52
Show me where you fetch all the data.
371
You need to explain a little more... The screenshot doesn't show much.
81
In the same section where the dialog appears, use/edit; PHP код: SetPlayerSkin(playerid, skinid); 
139
Quote: Originally Posted by NitroZeth Fixed , you know about IRC? Depends in what context. I know about IRC and how it works. Never used it with SA:MP before though. I'm sure it's fairl...
84
Install the crash detect plugin and post what you get from that. https://sampforum.blast.hk/showthread.php?tid=262796
84
Quote: Originally Posted by Capua Still blank. Also with your method the capturing finished in milliseconds lol. Thanks for trying tho. then at the top of your script where you defined ...
154
Try this. pawn Код: public OnPlayerPickUpPickup(playerid, pickupid){    for (new i=0;i<gCapZones;i++)    {    ...        if(!gCapZone[i][czCapping])        {            ......
154
You're using the same if statement for both. pawn Код: if(IsAPDFBIHGGOV(Shooter)) Why? Why not just place it all under the same if and switch between each using else if?
81
check your mysql_log to see if anything was output to it, if there is post it here.
93
You need to be using: pawn Код: OnPlayerModelSelectionEx as you used: pawn Код: ShowModelSelectionMenuEx
94
I'm in the process of creating an inventory system and at the moment it's been working fine, up until this point... Now, using the code below I'm fetching each inventory item from the database dependi...
53
You need to download zcmd and include it into your gamemode. pawn Код: CMD:givecash(playerid, params[]){    new giveplayerid, amount;    if(sscanf(params, "ud", giveplayerid, amount)) return...
221
pawn Код: format(query, sizeof(query), "UPDATE playerdata SET pAdmin=%d, pWarns=%d, pScore=%d, pMoney=%d, pSeconds=%d, pMinutes=%d, pHours=%d WHERE user='%s'", pInfo[playerid][pAdmin], pInfo[playe...
76