Search Results
Quote:
Originally Posted by Freshncool
How many chromosomes do you have
i bet 3.5
5,590
Really good! I hope to see a cheaper hosted tab here aswell
6,233
Quote:
Originally Posted by Mobtiesgangsa
Код:
dcmd_poke(playerid, params[])
{
new id;
if(sscanf(params, "u", id)) SendClientMessage(playerid, COLOR_YELLOW, "[USAGE]:[/]poke <id&g...
842
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...
842
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...
842
Код:
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...
3,560
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...
2,160
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...
387
Код:
stock IsNumeric(const string[])
{
new possiblefloat = 0;
for (new i = 0, j = strlen(string); i < j; i++)
{
if (string[i] > '9' || string[i] < '0')
{
...
812
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 ...
2,968
Make it show again when they click the 'buy' button.
963
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
...
1,740
https://www.compuphase.com/pawn/pawn.htm#DOWNLOAD_DOCS
982
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 ...
700
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...
579
Quote:
Originally Posted by Bussyman
with KEY_ACTION too?
Negative.
806
In the end it doesn't even matter
1,020
Code:
return FCNPC_OnPlayerTakeDamage(npcid, damagerid, weaponid, bodypart, Float:health_loss);
damagerid should be passed with the variable issuerid under OnPlayerTakeDamage
830
