Quote:
Originally Posted by bigcomfycouch
pawn Код:
CMD:eat(playerid, params[]) { new food; if(sscanf(params, "i", food)) return SendClientMessage(playerid, 0xFFFFFF00, "USAGE: /eat [food ID]"); switch(food) { case 1: case 2://etc } return 1; }
|
I don't really know what to say, you're an OG'
Is there a way to use /eat pizza instead of /eat 1?