08.06.2013, 15:45
Hello, I could tell how to create a command that putting / football take me to be coordinates:
X: 291.5
Y: 41.900001525879
Z: 807.5
X: 291.5
Y: 41.900001525879
Z: 807.5
if (strcmp("/teleport", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, cords);
return 1;
}
if (strcmp("/teleport", cmdtext, true, 10) == 0) { SetPlayerPos(playerid, 291.5, 41.900001525879, 807.5); return 1; }
SetPlayerPos(playerid, 291.5, 41.900001525879, 807.5);