20.01.2010, 11:36
Quote:
Originally Posted by Titio *-*
Quote:
|
se for faz assim:
pawn Code:
Create3DTextLabel("Texto aqui", COR_AQUI, Coord.X, Coord.Y,Coord.Z, distancia, atravessar Objetos);
Originally Posted by Titio *-*
Quote:
|
Create3DTextLabel("Texto aqui", COR_AQUI, Coord.X, Coord.Y,Coord.Z, distancia, atravessar Objetos);
Originally Posted by LuCaS_
qual a diferenзa de AddStaticVehicle e CreateVehicle?
nгo compenso eu criar um topico sу pra saber uma pergunta besta dessas |
Originally Posted by LuCaS_
Quote:
se for faz assim: pawn Code:
|
Originally Posted by [O_o
Davidovich ]
Quote:
|
Originally Posted by Caio_Cartaxo
Desculpe mais achei essa regra meio idiotinha
--> Nгo postem nada que tenha a ver com o script roleplay Godfather. Nгo povidenciamos ajuda para isso. Acho q GodFather й a base de todos RPGs que tem hoje. Se й para tirar duvidas. nun pode deixar QUALQUER gamemode, filter script do lado ¬¬' Nгo estou apoiando o GF. mais sim sendo claro. GF sempre foi a a base de todos RPGs. pq deixa-lo de lado? ¬¬' |
Originally Posted by LuCaS_
Quote:
//mudando de asunto.... ae, como eu faзo um comando /reportar [texto], que quando o player usa o texto й mandado para os admins logados na RCON? |
if(strcmp(cmd, "/reportar", true) == 0)
{
new giveplayerid;
new giveplayer[MAX_PLAYER_NAME];
new sendername[MAX_PLAYER_NAME];
new string[256];
if(IsPlayerConnected(playerid))
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, cinza, "Uso: /reportar [id] [motivo]");
return 1;
}
giveplayerid = ReturnUser(tmp);
if(IsPlayerConnected(giveplayerid))
{
if(giveplayerid != INVALID_PLAYER_ID)
{
GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));
GetPlayerName(playerid, sendername, sizeof(sendername));
new length = strlen(cmdtext);
while ((idx < length) && (cmdtext[idx] <= ' '))
{
idx++;
}
new offset = idx;
new result[64];
while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
{
result[idx - offset] = cmdtext[idx];
idx++;
}
result[idx - offset] = EOS;
if(!strlen(result))
{
SendClientMessage(playerid, cinza, "Uso: /reportar [id] [motivo]");
return 1;
}
for(new i=0; i<MAX_PLAYERS; i++){
new year, month,day;
getdate(year, month, day);
format(string, sizeof(string), "~ [Atenзгo ADM's]: %s reportou %s, [Motivo: %s]", sendername, giveplayer, (result),month,day,year);
if(IsPlayerAdmin(i) == 1){
SendClientMessage(i, cinza, string);
}}
return 1;
}
}
SendClientMessage(playerid, cinza, "Jogador nгo conectado!");
}
return 1;
}
Originally Posted by Caio Cartaxo
Alguem ai sabe como ativar e desativar o horario do GTA SA?
de 24 minutos?*-* Porque eu quero que o tempo seja como o do gta san andreas, mais depois quero saber tirar tambem xD |
Originally Posted by Ambrуsio
Quote:
|
Originally Posted by Caio Cartaxo
Muito obrigado *-*
|
Originally Posted by JFT
alguem pode me dizer como salvar scorre em aquivo DINI ?
|
Originally Posted by Rick_DR
sabem como posso tirar os icons dos players no mapa . torna-se chato todos saberem onde estamos
|
ShowPlayerMarkers(0);
Originally Posted by Ambrуsio
Quote:
pawn Код:
|