13.06.2009, 20:49
Hy guys.. i made a cor-dinates to teleport in front of a bank but why in game when i'm using my command to teleport,and when i'm there i see only the sky? why? can somebody help me with this problem?? thanks
My c-ordinate is this:
if (strcmp("/telebankcasino", cmdtext, true, 10) == 0)
{
SetPlayerInterior(playerid,11);
SetPlayerPos(playerid, 2159.2244,2001.5784,10.8203);
return true;
}
is the problem with the co-ordinate?
My c-ordinate is this:
if (strcmp("/telebankcasino", cmdtext, true, 10) == 0)
{
SetPlayerInterior(playerid,11);
SetPlayerPos(playerid, 2159.2244,2001.5784,10.8203);
return true;
}
is the problem with the co-ordinate?