07.11.2010, 15:37
When a admin connect, then should the admin spawn here SetPlayerPos(playerid,983.2335,2133.0151,10.8203);
Here is something i tryed but failed xD:
Here is something i tryed but failed xD:
pawn Код:
#include <a_samp>
#if defined FILTERSCRIPT
#endif
public OnPlayerConnect(playerid)
{
if(IsPlayerAdmin(playerid)==1)
{
SetPlayerPos(playerid,983.2335,2133.0151,10.8203);
return 0;
}
}