14.02.2014, 14:15
Well try this: (notice: Remove and replace this, then try)
,
If it didn't work, Post a reply
pawn Код:
if(dialogid == 1)
{
switch(listitem)
{
case 0: //Garage
{
SetPlayerPos(playerid, 1980.3363, 1765.5774, 11.6543);
}
case 1://Station
{
SetPlayerPos(playerid, 2766.8821, 1774.3678, 10.8203); //Station
}
}
}
return 1;
}
If it didn't work, Post a reply