31.01.2010, 17:42
Hey,
What do i add to this code to make it tele you with the car if your in one?
Thanks
What do i add to this code to make it tele you with the car if your in one?
Код:
if(dialogid == 4)
{
if(!response) return SendClientMessage(playerid, 0xFFFFFFFF, "You canceled!");
switch(listitem)
{
case 0: SetPlayerPos(playerid,1322.3201,332.0854,19.4082); // Town 1
case 1: SetPlayerPos(playerid,223.3384,-143.9687,1.5781); // Town 2
case 2: SetPlayerPos(playerid,717.1638,-551.5009,16.1875); // Town 3
case 3: SetPlayerPos(playerid,2268.7009,-22.5023,26.4844); // Town 4
}


