Randomish Teleport?
#6

I don't understand one thing: Why are you using 2 times
pawn Код:
new name[MAX_PLAYER_NAME], string[44];
GetPlayerName(playerid,name,sizeof(name));
?
Use this one:
PHP код:
public OnPlayerConnect(playerid)
{
    new 
name[MAX_PLAYER_NAME] = GetPlayerName(playerid,name,sizeof(name));    
    return 
1;

Reply


Messages In This Thread
Randomish Teleport? - by HayZatic - 05.07.2011, 18:42
Re: Randomish Teleport? - by [MG]Dimi - 05.07.2011, 19:07
Re: Randomish Teleport? - by HayZatic - 05.07.2011, 19:11
Re: Randomish Teleport? - by TheGarfield - 05.07.2011, 19:18
Re: Randomish Teleport? - by HayZatic - 05.07.2011, 20:04
Re: Randomish Teleport? - by [MG]Dimi - 05.07.2011, 20:19

Forum Jump:


Users browsing this thread: 1 Guest(s)