[HELP][Video] Cars, Pickups, 3D Text Labels disappears
#1


BUG Fixed!
Reply
#2

You needn't have made a new topic. Anyway I watched your video and now I understand. Well I'm sure that your virtual world has been changed in the second time when you drove to the sfpd because there were vehicles appear on the mini map in the first time you were there which disappeared when you went to the sfpd for the second time so add this command to your script

pawn Код:
if(!strcmp(cmdtext, "/vw", true))
{
    new str[128];
    format(str, sizeof(str), "Your current virtual world is %d", GetPlayerVirtualWorld(playerid));
    SendClientMessage(playerid, -1, str);
}
and tell me what does it tell you in the first and second time you go to the sfpd! Just to make sure.
Reply
#3

I Checked my virtual world and this is 0.

Server answer:Your current virtual world is 0
Reply
#4

Quote:
Originally Posted by Erpis
Посмотреть сообщение
I Checked my virtual world and this is 0.
Did you use the method I posted above?
Reply
#5

yes

Server answer:Your current virtual world is 0
Reply
#6

This happens when server loading too many pickups for player. But i does not exceed samp limits
Reply
#7

Enymore can help me?
Reply
#8

not work.
Reply
#9

SOLVED! Im deleted one car and this bug solved!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)