Fix /go command
#1

If I do /go to a player the string send to me not for the player I have teleported.

Fixed...

pawn Код:
else SetPlayerPos(playerid, x + 1, y + 1, z);
    GetPlayerName(playerid, name, MAX_PLAYER_NAME);
    format(str, sizeof(str), "{FFFF00}(/go) %s (%d) has teleported to you", name, playerid);
    SendClientMessage(playerid, 0xFFFFFFFF, str);
    return 1
I just follow newbienoob said..
Reply


Messages In This Thread
Fix /go command - by kbalor - 10.08.2012, 16:42
Re: Fix /go command - by newbienoob - 10.08.2012, 16:47
Re: Fix /go command - by leonardo1434 - 10.08.2012, 16:53
Re: Fix /go command - by newbienoob - 10.08.2012, 16:55
Re: Fix /go command - by kbalor - 10.08.2012, 16:58

Forum Jump:


Users browsing this thread: 1 Guest(s)