Tag Mismatch :?
#2

pawn Код:
new Float:pos_x, Float:pos_y, Float:pos_z, inter, vw, city_tele[200];

pos_x = cache_get_field_content_float(i, "x");
pos_y = cache_get_field_content_float(i, "y");
pos_z = cache_get_field_content_float(i, "z");
inter = cache_get_field_content_int(i, "int");
vw = cache_get_field_content_int(i, "vw");

SetPlayerVirtualWorld(playerid, vw); // Here is the error
SetPlayerInterior(playerid, inter); // Here is the error
SetPlayerPos(playerid, pos_x, pos_y, pos_z); // Here is the error
Reply


Messages In This Thread
Tag Mismatch :? - by JessThompson - 26.11.2015, 23:04
Re: Tag Mismatch :? - by Jefff - 26.11.2015, 23:17
Re: Tag Mismatch :? - by JessThompson - 26.11.2015, 23:21

Forum Jump:


Users browsing this thread: 1 Guest(s)