03.09.2011, 11:05
hey i wanted to have parachute with 2 commands like /para and /parachute but i don't know the top part.. what i need to add
any help plz?
pawn Код:
if (strcmp("/para", cmdtext, true, 10) == 0){
GivePlayerWeapon(playerid, 46, 1);
return 1;
}