17.12.2009, 03:25
got it
Credits xavizak
Quote:
if (strcmp(cmdtext, "/jskin" , true) == 0) { SetPlayerSkin(playerid, 116); // Id Of skin. GivePlayerWeapon(playerid,31,1000); // M4. With 1 of munition.This [Ammo] not is important SendClientMessage(playerid, 0x33AA33AA, "You Applied The Jskin"); return 1; } |