be másolom a kódot :
CMD:taxicall(playerid,params[])
{
if(GetPVarInt(playerid,\"Taxis\")) return SendClientMessage(playerid,COLOR_RED,\"Taxis vagy nem hivhatsz taxit !\");
format(str,250,\"%s Taxit hivott!\",pName(playerid));
SendClientMessageToAll(COLOR_GREEN,str);
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
SetPlayerCheckpoint(playerid,X,Y,Z,4.0);
return 1;
}