Coordinates!
#1

Hello all sa-mpers.

I'm using UnderWorld Roleplay: LV script, It is an GF edit.
And i am going to move a house to a garage and i dont know what to search in pawno (find).

Like, when i am adding cars, I find addsta, and it will pop up addstaticvehicle list.

Hope you know what i mean.

thanks.
Reply
#2

Post in the topic for the gm please
Reply
#3

Simmeey,

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/getpos", cmdtext, true, 10) == 0)
    {
        GetPos(playerid);
        return 1;
    }
    return 0;
}

stock GetPos(playerid) { //by illay
new Float:x,Float:y,Float:z,Float:a;
GetPlayerPos(playerid);
new string[200];
format(string,sizeof(string),"Pos: x:%.3f,y:%.3f,z:%.3f,a:%.3f",x,y,z,a);
return SendClientMessage(playerid,COLOR,string);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)