EZ EGY MAGYAR /VESZ PARANCS!!! MÛKÖDIK!! PERSZE CSAK HA OLYAN GAMEMODOD VAN PL:. RP SZERVER!
if(strcmp(cmd, \"/vesz\", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if (IsPlayerInRangeOfPoint(playerid, 50,-30.875, -88.9609, 1004.53))//centerpoint 24-7
{
if(BizzInfo[7][bProducts] == 0 || BizzInfo[8][bProducts] == 0 || BizzInfo[9][bProducts] == 0 || BizzInfo[10][bProducts] == 0)
{
GameTextForPlayer(playerid, \"~r~Out Of Stock\", 5000, 1);
return 1;
}
new Buyitems[] = \"1\\tTelefon ($150)\\n2\\tPoker kartya ($500)\\n3\\tTelefon konyv ($10)\\n4\\tDobokocka ($10)\\n5\\tGaz Spray ($20)\\n6\\tUtoszerszam ($1)\\n7\\tKamera ($50)\\n8\\tMaszk ($500)\\n9\\tOra ($100)\\n10\\tHorgasz bot ($150$)\\n11\\tRopi ($10)\\n12\\tAXE ($50)\\n13\\tLajtoscigi ($5)\\n14\\tEros cigi ($30\\n15\\tCD lejatszo ($250)\\n16\\tGPS ($1500)\\n17\\tKilometerora ($500)\";
ShowPlayerDialog(playerid,69,DIALOG_STYLE_LIST,\"bolt\",Buyitems,\"Megveszem\",\"Kilep\");
}
else if (IsPlayerInRangeOfPoint(playerid, 50, -106.0233,-11.1038,1000.7188))
{
new Buysexitems[] = \"1\\tLila kotton ($50)\\n2\\tNagy feher Vibrator ($35)\\n3\\tkicsi feher Vibrator($10)\\n4\\tSzilver Vibrator ($15)\\n5\\tKotton gumi ($1)\";
ShowPlayerDialog(playerid,88,DIALOG_STYLE_LIST,\"Sex bolt\",Buysexitems,\"Megveszem\",\"Kilep\");
}
new y, m, d;
new h,mi,s;
getdate(y,m,d);
gettime(h,mi,s);
format(string,sizeof(string), \"(%d/%d/%d)[%d:%d:%d] %s [CMD] -> /vesz\",d,m,y,h,mi,s,sendername);
CommandLog(string);
}
return 1;
}