| Funkciója:
Játékos pozíciójának át állítása, legközelebb a talajhoz
Paraméterei:
SetPlayerPosFindZ(playerid, Float:x, Float:y, Float:z);
Példa:
-
public OnPlayerCommandText(playerid, cmdtext[])
-
{
-
if (strcmp("/lsv", cmdtext, true) == 0)
-
{
-
SetPlayerPosFindZ(playerid, 1567.0, 1252.0, 80.0);
-
return 1;
-
}
-
return 0;
-
}
| |