Alguem coloca esse cmds em Tecla ALT - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: Alguem coloca esse cmds em Tecla ALT (
/showthread.php?tid=433620)
Alguem coloca esse cmds em Tecla ALT -
MarcosRodrigo - 28.04.2013
bom eu queria que esses cmds ficava assim quando ficar perto do elevador subir com ALT e descer apertando ALT tb
os cmds sao
pawn Код:
if (strcmp(cmdtext,"/subirdp", true)==0){
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(dini_Int(file, "Profissao") == Policial_M || dini_Int(file, "Profissao") == Policial_C || dini_Int(file, "Profissao") == Policial_F || dini_Int(file, "Profissao") == Delegado || dini_Int(file, "Profissao") == Bope || dini_Int(file, "Profissao") == Swat || dini_Int(file, "Profissao") == Narcoticos || dini_Int(file, "Profissao") == FBI || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "aAdmin") == 1){
MoveDynamicObject(elevadordp,1565.5,-1635.9000244141,27.39999961853,3.0);
SendClientMessage(playerid,0xFFFFFFAA, "[INFO] Subindo o elevador da DP!");
return 1;
}
}
pawn Код:
if (strcmp(cmdtext,"/descerdp", true)==0){
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(dini_Int(file, "Profissao") == Policial_M || dini_Int(file, "Profissao") == Policial_C || dini_Int(file, "Profissao") == Policial_F || dini_Int(file, "Profissao") == Delegado || dini_Int(file, "Profissao") == Bope || dini_Int(file, "Profissao") == Swat || dini_Int(file, "Profissao") == Narcoticos || dini_Int(file, "Profissao") == FBI || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "aAdmin") == 1){
MoveDynamicObject(elevadordp,1565.5,-1635.9000244141,12.60000038147,3.0);
SendClientMessage(playerid,0xFFFFFFAA, "[INFO] Descendo o elevador da DP!");
return 1;
}
}
Re: Alguem coloca esse cmds em Tecla ALT -
LuxuN - 28.04.2013
alguem coloca? tem empregados aki rapaz?
estude
https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange
https://sampwiki.blast.hk/wiki/GetPlayerKeys
https://sampforum.blast.hk/showthread.php?tid=322645
Respuesta: Alguem coloca esse cmds em Tecla ALT -
vitere - 28.04.2013
Coe mon Estude !!
https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange
https://sampwiki.blast.hk/wiki/GetPlayerKeys