Last place
#10

Well that works for me

anyway try this:

PHP код:
public OnPlayerSpawn(playerid)
{
    
SetTimerEx("spawn"100false"i"playerid);
    return 
1;
}
forward spawn(playerid);
public 
spawn(playerid)
{
    new 
str[35], pname[24];
    
GetPlayerName(playeridpnamesizeof(pname));
    
format(strsizeof(str), "pos/%s.ini"pname);
    
INI_ParseFile(str"playerpos_%s", .bExtra true, .extra playerid);
    
SetPlayerPos(playeridppos[playerid][X], ppos[playerid][Y], ppos[playerid][Z]);
    return 
1;

Reply


Messages In This Thread
Last place - by GreatLouis - 09.08.2016, 07:12
Re: Last place - by Himan - 09.08.2016, 07:34
Re: Last place - by LifeRah - 09.08.2016, 07:42
Re: Last place - by Whatname - 09.08.2016, 07:46
Re: Last place - by GreatLouis - 09.08.2016, 07:46
Re: Last place - by Whatname - 09.08.2016, 08:00
Re: Last place - by GreatLouis - 09.08.2016, 08:07
Re: Last place - by Whatname - 09.08.2016, 08:09
Re: Last place - by GreatLouis - 09.08.2016, 08:20
Re: Last place - by Whatname - 09.08.2016, 08:27

Forum Jump:


Users browsing this thread: 1 Guest(s)