02.03.2013, 19:47
E estado creando un comando para sacar jetpack en pawn y no me sale ningun error.Pero en el samp al poner/jetpack
me sale "You are not a high enough level to use this command"
aca les dejo mi comando y mi sistema de adm es Ladmin4v2
me sale "You are not a high enough level to use this command"
aca les dejo mi comando y mi sistema de adm es Ladmin4v2
Quote:
if (strcmp("/jetpack", cmdtext, true, 10) == 0) { SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USEJETPACK); GameTextForPlayer(playerid,"~g~JETPACK CREADO!",6000,5); return 1; } |