15.08.2011, 15:43
Hmm, I don't think that this is a good way to make a teleport command! It will only teleport you there, where the co-ordinates are! So you have to make 1000000 tele commands!
Do you want one, which teleports other players to your position?
TO YOUR ERRORS:
this will fix the most of them:
Do you want one, which teleports other players to your position?
TO YOUR ERRORS:
this will fix the most of them:
PHP код:
stock PlayerName(playerid)
{
new pName[25];
GetPlayerName(playerid, pName, sizeof(pName));
return pName;
}