15.04.2012, 13:35
Queria saber se tem como ter um teleport e speed, sem SORVETE e CLEO.
Sу para admin.
+rep
Sу para admin.
+rep
Se for so o teleporte http://forum.sa-mp.com/showthread.ph...ight=Don_Speed
|
SetPlayerPosFindZ(playerid, fX, fY, fZ);
if(IsPlayerAdmin(playerid))
{
//O cуdigo ficaria aqui.
}
public OnPlayerClickMap(playerid)
{
new Float:fX,Float:fY,Float:fZ;
SetPlayerPosFindZ(playerid, fX, fY, fZ);
return 1;
}
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
if(!IsPlayerAdmin(playerid)) return 0;
SetPlayerPosFindZ(playerid, fX, fY, fZ);
return 1;
}