Search Results
Quote: Originally Posted by Freshncool How many chromosomes do you have i bet 3.5
1,496
Really good! I hope to see a cheaper hosted tab here aswell
1,833
Quote: Originally Posted by Mobtiesgangsa Код: dcmd_poke(playerid, params[]) { new id; if(sscanf(params, "u", id)) SendClientMessage(playerid, COLOR_YELLOW, "[USAGE]:[/]poke <id&g...
168
Quote: Originally Posted by Logic_ What the fuck are you even saying... When a player is not connected, the Sscanf returns the value of 'playerid' as INVALID_PLAYER_ID (65535) which is con...
168
What else do you need? You're using all the functions you need already. Add a SendClientMessage to each one of the ids (playerid and id) with the respective message on it. Also, for the records: INVA...
168
Код: format(string, sizeof(string), "Has Esposado a %s ",NombreJugador1(id)); SendClientMessage(playerid, COLOR_CELESTE, string); format(string2, sizeof(string2), "El Policia %s te espososo",Nombr...
1,324
Quote: Originally Posted by adrianlouise 60% of SA-MP players are Russians/Spanish who don't speak english who would never see this tool, So somehow these tools aren't going to help. Th...
676
Because players spawn with 100 health. The cases where the player gets kicked happens when OnPlayerUpdate gets called in the middle of the player spawning and you setting their health to 98. Your 'ant...
80
Код: stock IsNumeric(const string[]) { new possiblefloat = 0; for (new i = 0, j = strlen(string); i < j; i++) { if (string[i] > '9' || string[i] < '0') { ...
144
No necesitas usar el keyword stock de manera obligatoria si no tienes idea para que sirve. Si necesitas cumplir alguna otra funciуn al usar el SendClientMessage, si, puedes hacerlo exactamente como ...
912
Make it show again when they click the 'buy' button.
191
Quote: Originally Posted by Bolex_ Even you guys we're not proffessional coders in past, he is a beginner and any assistance he receive from you will be good for himself in future! 1 star ...
555
https://www.compuphase.com/pawn/pawn.htm#DOWNLOAD_DOCS
196
I'd use something like Код: public OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Float:vel_z) { if(vehicleid ...
125
Quote: Originally Posted by Gamerd Alguna Solucion a este problema con el String Que No Quiere Definirse Код: String2[500], new weapondid = GetPlayerWeapon(playerid); new Nam[MA...
99
Quote: Originally Posted by Bussyman with KEY_ACTION too? Negative.
115
https://github.com/ziggi/FCNPC/releases
152
Code: return FCNPC_OnPlayerTakeDamage(npcid, damagerid, weaponid, bodypart, Float:health_loss); damagerid should be passed with the variable issuerid under OnPlayerTakeDamage
130