[FilterScript] City Spawn Choice!
#5

Quote:

Perfect indents

PHP Code:
public OnPlayerCommandText(playeridcmdtext[])
{
    if (
strcmp("/sfspawn"cmdtexttrue10) == 0)
    {
    
spawnSF 1;
    
spawnLV 0;
    
spawnLS 0;
    
randomspawn 0;
    
SendClientMessage(playerid0x99FFFF"You have set your spawnpoint to SF!");
    new 
str[64];
    
format(str,sizeof(str),"~b~Spawnpoint:~n~~r~LV~b~/~r~LS~b~/~g~SF");
    
GameTextForPlayer(playeridstr50006);
    return 
1;
    } 
No more to say xD
Reply


Messages In This Thread
City Spawn Choice! - by Triggerz - 10.02.2017, 22:02
Re: City Spawn Choice! - by aymane123 - 10.02.2017, 22:35
Re: City Spawn Choice! - by 4D1L - 10.02.2017, 22:39
Re: City Spawn Choice! - by Djean - 10.02.2017, 22:50
Re: City Spawn Choice! - by [Bios]Marcel - 10.02.2017, 22:52
Re: City Spawn Choice! - by Pottus - 10.02.2017, 22:53
Re: City Spawn Choice! - by Triggerz - 10.02.2017, 22:56
Re: City Spawn Choice! - by [Bios]Marcel - 10.02.2017, 22:58
Re: City Spawn Choice! - by Triggerz - 10.02.2017, 23:01
Re: City Spawn Choice! - by [Bios]Marcel - 10.02.2017, 23:09

Forum Jump:


Users browsing this thread: 1 Guest(s)