26.11.2015, 23:17
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