help me
#2

GameTextForPlayer

Quote:
public OnPlayerDeath(playerid, killerid, reason)
{
GameTextForPlayer(playerid, "You Died", 5000, 2);
return 1;
}






TextDrawCreate
Quote:
new Text:TextWelcome;

public OnGameModeInit()
{

TextWelcome = TextDrawCreate(240.0,580.0,"Welcome to Forum SA:MP");
return 1;
}

public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid,TextWelcome);
}


What you wanted to say?
Reply


Messages In This Thread
help me - by JuzDoiT - 20.06.2016, 13:41
Re: help me - by sKJaoSAMP - 20.06.2016, 19:01

Forum Jump:


Users browsing this thread: 1 Guest(s)