13.01.2013, 16:00
Suggestions Thread
13.01.2013, 16:14
pawn Код:
native SetObjectToRotate(objectid, rotate:left/right);
13.01.2013, 16:20
13.01.2013, 16:50
Let us use gametext-keys in dialogs, please..
It can't be so hard, it has been done for SendClientMessage functions and GameTextForPlayer/TextDraws and also 3DText. What's wrong then to put them to Dialogs as well?
pawn Код:
~k~~PED_FIRE_WEAPON~
13.01.2013, 17:30
13.01.2013, 17:43
PHP код:
OnVehicleTakeDamage(vehicleid, damageid, Float: amount, weaponid)
13.01.2013, 17:46
add an option to suppress client F4 key to force class selection.
and so all native class selection system. i think it may be very useful for users with custom skin systems
and so all native class selection system. i think it may be very useful for users with custom skin systems
13.01.2013, 17:47
Fix the "You are banned from this server" Issue.
13.01.2013, 18:02
Let the server know All keys which the user pressed if we request.
example:
example:
pawn Код:
ToggleServerReadKeys(bool); // it will allow the client to start sending the input data for the server
Public OnPlayerPressKey(char key); // it will return the key number which the user pressed.
13.01.2013, 18:49
Make it possible to disable the joypad option in your server config? This would make it possible to script in no lagging shooting without giving people the option to use the aim bot.
13.01.2013, 20:24
RemoveBuilding
similar to RemoveBuildingForPlayer but global
in OnGameModeInt.
Edit: why IsValidVehicle are not defined if are created and can native IsValidVehi....
similar to RemoveBuildingForPlayer but global
in OnGameModeInt.
Edit: why IsValidVehicle are not defined if are created and can native IsValidVehi....
13.01.2013, 20:50
If someone try to join a server with another server/samp-version, the server or the client should show a message like:
Invalid SA-MP Version!
You need SA-MP 0.3x to join this server! (You're using 0.3e R2)
Invalid SA-MP Version!
You need SA-MP 0.3x to join this server! (You're using 0.3e R2)
13.01.2013, 20:52
forward OnVehicleTakeDamage(vehicleid, Float:amount, issuerid);
13.01.2013, 23:06
pawn Код:
OnPlayerHoverTextDraw(playerid, Text:textid);
OnPlayerHoverPlayerTextDraw(playerid, PlayerText:playertextid);
13.01.2013, 23:23
Quote:
If someone try to join a server with another server/samp-version, the server or the client should show a message like:
Invalid SA-MP Version! You need SA-MP 0.3x to join this server! (You're using 0.3e R2) |
13.01.2013, 23:56
Quote:
14.01.2013, 08:49
Quote:
CS also had a lot of issues with "fake servers". The idea is doable but I'm sure most players would not want to be forcibly transferred.
|
Yeah, which actually sucks.
14.01.2013, 12:14
Код:
SetPlayerCheckpoint(playerid, Float:X, Float:Y, Flaot:Z, Float:Distance, color = 0);
14.01.2013, 12:29
Quote:
Код:
SetPlayerCheckpoint(playerid, Float:X, Float:Y, Flaot:Z, Float:Distance, color = 0); |
pawn Код:
new Checkpoint:point;
//.. some codes
point = SetPlayerCheckpoint(playerid, Float:X, Float:Y, Flaot:Z, Float:Distance);
public OnPlayerEnterCheckpoint(playerid,checkpointid);
{
if(checkpointid == point)
{
// some codes
}
return 1;
}
// also some function like
SetCheckpointColor(checkpointid,color);
SetCheckpointDistance(checkpointid,float:Distance);
DisablePlayerCheckpoint(playerid,checkpointid);
// this will make that player could have multiple checkpoints :) needed some times
14.01.2013, 16:19
Quote:
pawn Код:
|
« Next Oldest | Next Newest »
Users browsing this thread: 9 Guest(s)