19.06.2011, 23:33
Bem.. estou criando 1 novo gm, quero colocar tipo 1 elevador em algumas partes dele.. Alguйm pode ajudar? D:
por exemplo: /elevadorprofissгo ou /eprof '-'
por exemplo: /elevadorprofissгo ou /eprof '-'
if(strcmp(cmd, "/eprof") == true) return SetPlayerPos(playerid, x,y,z);
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/eprof", true) == 0)
{
if(IsPlayerInRangeOfPoint(playerid, 4.0, X, Y, Z)) // SE O JOGADOR ESTIVER NUM RAIO DE 5 'M' DO PONTO X, Y e Z ...
{
SetPlayerPos(playerid, X1, Y1, Z1); // ... ELE SERБ TELEPORTADO PARA O PONTO X1, Y1 e Z1
SendClientMessage(playerid, 0xFFFFFFFF, "Vocк foi teleportado."); // O JOGADOR TAMBЙM RECEBERБ ESTA MENSAGEM
}
return 1;
}
return 0;
}
if(strcmp(cmd, "/eprof", true) == 0) return SetPlayerPos(playerid, x,y,z), SendClientMessage(playerid, -1, "Vocк foi teleportado.");
if(strcmp(cmd, "/eprof") == true)