Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CMD:chouse(playerid, params[])
- {
- new price;
- new interior;
- if(sscanf(params, "i", price)) return SendClientMessage(playerid, COLOR_RED, "Usage: /chouse <Prezzo>");
- new Float:pX;
- new Float:pY;
- new Float:pZ;
- GetPlayerPos(playerid, pX, pY, pZ);
- if(price < 20 && price > 99999) return SendClientMessage(playerid, COLOR_GREEN, "Price Between 20 and 999999");
- else
- {
- SendClientMessage(playerid, COLOR_GREEN, "Ok");
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment