01.08.2013, 11:01
hello i created a command /skydive and it works fully
but now i want 2 add if a player teleports there his/hers name will appear in the messages saying
"player has used /skydive" (player=meaning the players name that has teleported)
this the command how can i add it 2 this ??
please explain what you have done as well and please do it in step by step
but now i want 2 add if a player teleports there his/hers name will appear in the messages saying
"player has used /skydive" (player=meaning the players name that has teleported)
Код:
dcmd_skydive(playerid, cmdtext[]) {
#pragma unused cmdtext
SetPlayerPos(playerid, 1545.5846,-1352.5847,329.4822);
GivePlayerWeapon(playerid,46,1);
SendClientMessage(playerid, COLOR_ORANGE,"[XLGW]:WELCOME TO SKYDIVE");
return 1;
please explain what you have done as well and please do it in step by step

