15.02.2012, 19:14
Fiz Nesta Forma Pra Voce Amigo \/
Ajudei? +REP
PHP код:
//------------------------------------------------------//
new Bemvindo; // no topo
//------------------------------------------------------//
public OnPlayerPickUpPickup(playerid, pickupid)
{
if (pickupid == Bemvindo)
{
GameTextForPlayer(playerid,"~w~Bem vindos(as) ao~r~ BLH !", 3000, 5);
}
return 1;
}
//-------------------------------------------------------//
public OnGameModeInit()
{
Bemvindo = CreatePickup(1239, 1,PosX,PosY,PosZ); //aki Voce Pega As Coordenadas e Ponha ali
return 1;
}
//-------------------------------------------------------//