SA-MP Forums Archive
[HELP][Video] Cars, Pickups, 3D Text Labels disappears - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP][Video] Cars, Pickups, 3D Text Labels disappears (/showthread.php?tid=361694)



[SOLVED][Video] Cars, Pickups, 3D Text Labels disappears - Erpis - 21.07.2012


BUG Fixed!



Re: [HELP][Video] Cars, Pickups, 3D Text Labels disappears - [KHK]Khalid - 21.07.2012

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.


Re: [HELP][Video] Cars, Pickups, 3D Text Labels disappears - Erpis - 21.07.2012

I Checked my virtual world and this is 0.

Server answer:Your current virtual world is 0


Re: [HELP][Video] Cars, Pickups, 3D Text Labels disappears - [KHK]Khalid - 21.07.2012

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


Re: [HELP][Video] Cars, Pickups, 3D Text Labels disappears - Erpis - 21.07.2012

yes

Server answer:Your current virtual world is 0


Re: [HELP][Video] Cars, Pickups, 3D Text Labels disappears - Erpis - 21.07.2012

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


Re: [HELP][Video] Cars, Pickups, 3D Text Labels disappears - Erpis - 22.07.2012

Enymore can help me?


Re: [HELP][Video] Cars, Pickups, 3D Text Labels disappears - Erpis - 23.07.2012

not work.


Re: [HELP][Video] Cars, Pickups, 3D Text Labels disappears - Erpis - 23.07.2012

SOLVED! Im deleted one car and this bug solved!