Important Note: You can only show one checkpoint at a time. If you need more, create the checkpoints only when the player is near. [/quote]
http://wiki.sa-mp.com/wiki/SetPlayerCheckpoint
Így ha több helyet akarsz akkor valami mással kell jelölnöd.
CMD:fegyverbolt(playerid, params[])
#include <zcmd>
public OnPlayerCommandText
public OnPlayerCommandReceived
public OnPlayerCommandReceived[/quote]
Ez felesleges hisz ennélkül is megy.
Így néz ki egy zcmd-s parancs:
[pawn]
CMD:test(playerid, params[]) {
SetPlayerPos(playerid,x,y,z);//Példa
return 1;
}
[/pawn]