Search Results
Код: mysql_tquery(g_iHandle, "SELECT * FROM `houses`", "House_Load", "d", playerid); then add playerid to forward House_Load(); public House_Load(). Then change: House_Refresh(i); Into House...
151
Show us where House_Load is called.
151
Show us where House_Refresh(houseid) is called.
151
Try this. Код: public OnPlayerDeath(playerid, killerid, reason) { new newscore = GetPlayerScore(playerid) --; SendDeathMessage(killerid, playerid, reason); SetPlayerScore(playeri...
150
The url has to end with .mp3.
243
You miss a { after this, if(Account[i][Streaming] == 1)
243
Try this: https://sampforum.blast.hk/showthread.php?tid=570868 Instead of the normal loop. And for a more effecient way, you should run the loop the find out the nearest ID(the one you want to cuff...
200
You've got 3 axis in SA-MP, x, y, and z the z axis is the one which measures heights, if you run a timer for like 1 second and the z axis is dropping rapidly, you know they are falling, you can even c...
71
Change: PHP код: if (PlayerInfo[i][pLeader] == teamnumber)             {                 format(stringer, sizeof(stringer), "[%d] %s ранг: Лидер {...
211
Show a screenshot or the code of your database structure.
124
Then we need to know if your password are hashed or something like that, we can't just make that for you.
122
Okay, you don't know how to properly use the MySQL. Код: mysql_function_query(MainPipeline, szQuery, true, "CheckIfPlayerExist", "i", playerid); PHP код: forward CheckIfPlayerExist(player...
122
PHP код: new string[128]; // Creates the string format(string, sizeof(string), "~p~%s", Text); // Add text to the string for(new count, len = strlen(Text); count < len;...
117
Above should work haha ^ (Removed my code) If this doens't help send the entire command/code!
117
Quote: Originally Posted by SnG.Scot_MisCuDI try: pawn Код: ShowPlayerNameTagForPlayer( i, playerid, 0); Код: ShowPlayerNameTagForPlayer(forplayerid, playerid, 0) How would t...
119
Try this: PHP код: CMD:hidename(playerid, params[])  {      if(PlayerInfo[playerid][VipLevel] == 1) return SendClientMessage(playerid, COLOR_RED, "Error: You must be an V.I.P...
119
This is what I use! PHP код: CMD:me(playerid, params[]) {     new msg[125], string[124];     if(!sscanf(params, "s[128]", msg))     {         if(!CharacterData[playeri...
117
It's passing a value of 682 while 681 is the maximum, look for 681 in your script as it's not predefined(MAX_VEHICLEs is around 1000), and increase it!
59
Do you mean this? https://sampwiki.blast.hk/wiki/AddVehicleComponent
136
Try to remove the last else statement and post what happend.
178