we don't know what's this you want rep?! really?!
)))))))))
at first this one
)
PHP код:
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid,-1,"Hello %s This Is FunMod By Gta4Epics");
return 1;
}
and then your work is just this
PHP код:
if (strcmp("/dm", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid,-38.3418,55.9735,3.1172);
SetPlayerArmour(playerid, 100);
GivePlayerWeapon(playerid,31, 350);
GivePlayerWeapon(playerid,24, 120);
return 1;
}
if (strcmp("/minigun", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid,304.3842,-1513.3851,24.2910);
SetPlayerArmour(playerid, 100);
GivePlayerWeapon(playerid,38, 1500);
return 1;
}
if (strcmp("/basejump", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid,1543.6331,-1352.2831,329.4758);
SetPlayerArmour(playerid, 100);
GivePlayerWeapon(playerid,46, 1);
return 1;
}
please try more and give us a good work like make a lot teleports not 3!!!!!!!!