28.08.2010, 10:11
guys again me i add the checkpoint with guns but now when i make player teleport why cant 2 teleports !!! o_0
look:
and the other checkpoint i cant show... what is the PROBLEM !!!!!!
look:
Код HTML:
#include <a_samp>
public OnPlayerSpawn(playerid)
{
SetPlayerCheckpoint(playerid, 1868.1732177734, -2400.8947753906, 13.554688453674, 1.0);
SetPlayerCheckpoint(playerid, 1498.3623046875, -1584.3095703125, 13.546875, 3.0);
return 1;
}
public OnPlayerEnterCheckpoint(playerid)
{
SendClientMessage(playerid, 0xDEEE20FF, "Welcome in DM Area!!!");
SetPlayerPos(playerid, 1815.0653076172, -2434.2470703125, 13.582302093506);
SetPlayerPos(playerid, -2879.232421875, 455.79675292969, 4.8951416015625);
return 1;
}