25.04.2011, 13:52
#vamos parando de julgar o outro, isso й feio e tambйm parem de comer bala de caramelo, isso afeta o cйlebro.
Simples agregador de teleporte(falei bonito agora )
Como usar
Out (saida)
[INFO]: [iPs]Garfield[ID:0] foi para Drag, ( /Drag )
(GameTextForPlayer)Bem Vindo a Drag
Simples agregador de teleporte(falei bonito agora )
pawn Код:
stock CreateTele(playerid, nametele[],cmdtele[])// By: Garfield[iPs][Nick][lol][:D]
{
if(!IsPlayerGay(playerid)) return false;
static Nome[24], string[100];
#define GetNick(%0) ((GetPlayerName(%0, Nome, 24)))
format(string, sizeof(string),"[INFO]: %s[ID:%i] foi para %s, ( %s )",GetNick(playerid), playerid, nametele,cmdtele);
SendClientMessageToAll(0xFF00FFAA,string);
format(string, sizeof(string),"Seja bem Vindo a %s", nametele);
return GameTextForPlayer(playerid, string, 3000, 0), true;
}
Como usar
pawn Код:
if(!strcmp(cmdtext,"/drag", true))
{
CreateTele(playerid, "Drag",cmdtext)
return true;
}
[INFO]: [iPs]Garfield[ID:0] foi para Drag, ( /Drag )
(GameTextForPlayer)Bem Vindo a Drag