Hallo,
wie kann ich das machen das ich den Befehl /buygun auch hier 198.7656,168.2396,1003.0234,270
machen kann er sieht so auch der Befehl..
Habe ein GF
if (strcmp(cmd, "/buygun", true) == 0)
{
if(PlayerInfo[playerid][pGunLic] == 0) { return SendClientMessage(playerid, COLOR_GRAD2,"Du besitzt noch keinen Waffenschein"); }
else if(PlayerInfo[playerid][pLevel] < 1) { return SendClientMessage(playerid,COLOR_GRAD2,"Du hast ein zu niedriges Level(mind. 1)"); }
if(IsPlayerConnected(playerid))
{
if(GetPlayerMoney(playerid) < 1)
{
SendClientMessage(playerid, COLOR_GREY, "Du hast nicht genug Geld!");
return 1;
}
new gun;
new gunid[16];
new gunstring1[256];
new gunstring3[256];
new gunstring4[256];
new gunstring5[256];
new infostring[256];
new guncharge;
new ammocharge;
new location = PlayerInfo[playerid][pLocal];
if(location == 99 || location == 100 || location == 102 || location == 6)
{
if(BizzInfo[location-99][bProducts] <= 0)
{
GameTextForPlayer(playerid, "~r~Außerhalb der Zone", 5000, 1);
return 1;
}