Why is this not working?
#1

PHP код:
#endif
new PlayerText:paycheck[MAX_PLAYERS];
public 
OnGameModeInit()
{
    
// Don't use these lines if it's a filterscript
    
SetGameModeText("Blank Script");
    
AddPlayerClass(01958.37831343.157215.3746269.1425000000);
    
SetTimerEx("myfunction"3600000true"is"1337"hello!");
    return 
1;
}
public 
OnPlayerRequestClass(playeridclassid)
{
    
SetPlayerPos(playerid1958.37831343.157215.3746);
    
SetPlayerCameraPos(playerid1958.37831343.157215.3746);
    
SetPlayerCameraLookAt(playerid1958.37831343.157215.3746);
    return 
1;
}
public 
myfunction(playerid)
{
    
GivePlayerMoney(playerid,400);
    
paycheck[playerid] = TextDrawCreate(51321"You got your paycheck");
    
TextDrawLetterSize(Text:paycheck[playerid], 0.51.5);
    
TextDrawTextSize(Text:paycheck[playerid], 12);
    
TextDrawAlignment(Text:paycheck[playerid], 3);
    
TextDrawColor(Text:paycheck[playerid], -65366);
    
TextDrawUseBox(Text:paycheck[playerid], 0);
    
TextDrawSetShadow(Text:paycheck[playerid], 2);
    
TextDrawBoxColor(Text:paycheck[playerid], -1347440726);
    
TextDrawSetOutline(Text:paycheck[playerid], 2);
    
TextDrawBackgroundColor(Text:paycheck[playerid], 170);
    
TextDrawFont(Text:paycheck[playerid], 3);
    
TextDrawSetProportional(Text:paycheck[playerid], 1);
    
TextDrawShowForPlayer(playeridpaycheck[playerid]);
    return 
1;

why is this not working please help i realy need this.
Reply


Messages In This Thread
Why is this not working? - by TaLhA XIV - 26.07.2012, 18:01
Re: Why is this not working? - by FireCat - 26.07.2012, 18:09
Re: Why is this not working? - by RedJohn - 26.07.2012, 18:55
Re: Why is this not working? - by Marlon_Lorran - 26.07.2012, 19:06
Re: Why is this not working? - by TaLhA XIV - 26.07.2012, 19:41
Re: Why is this not working? - by TaLhA XIV - 26.07.2012, 19:58
Re: Why is this not working? - by namespace - 26.07.2012, 20:06
Re: Why is this not working? - by Marlon_Lorran - 26.07.2012, 20:57
Re: Why is this not working? - by TaLhA XIV - 26.07.2012, 21:03
Re: Why is this not working? - by TaLhA XIV - 26.07.2012, 21:15

Forum Jump:


Users browsing this thread: 2 Guest(s)