RemoveBuildingForPlayer bugged?
#1

Hi guys I just removed the gates at SF driving school but now I see a brown thing ingame. Sometimes when I move my screen its not there but sometimes it is... (see attachment)

So what can I do? I use RemoveBuidlingForPlayer more, but only I have it on this place....
I used:
pawn Код:
RemoveBuildingForPlayer(playerid, 11014,-2076.39990234,-108.00000000,37.00000000, 50.0); // Sf driving school entrance
Its on: OnPlayerConnect
Reply
#2

Add it under OnPlayerSpawn see if anything changes.
Reply
#3

Quote:
Originally Posted by gtakillerIV
Посмотреть сообщение
Add it under OnPlayerSpawn see if anything changes.
Nope still the same... I allready set the range a bit smaller to : 0.25

But its still...
Reply
#4

Quote:
Originally Posted by jeremy8810
Посмотреть сообщение
Hi guys I just removed the gates at SF driving school but now I see a brown thing ingame. Sometimes when I move my screen its not there but sometimes it is... (see attachment)

So what can I do? I use RemoveBuidlingForPlayer more, but only I have it on this place....
I used:
pawn Код:
RemoveBuildingForPlayer(playerid, 11014,-2076.39990234,-108.00000000,37.00000000, 50.0); // Sf driving school entrance
Its on: OnPlayerConnect
Try this under OnplayerConnect

Код:
RemoveBuildingForPlayer(playerid, 11372, -2076.4375, -107.9297, 36.9688, 0.25);
RemoveBuildingForPlayer(playerid, 11014, -2076.4375, -107.9297, 36.9688, 0.25);
Reply
#5

Quote:
Originally Posted by N0FeaR
Посмотреть сообщение
Try this under OnplayerConnect

Код:
RemoveBuildingForPlayer(playerid, 11372, -2076.4375, -107.9297, 36.9688, 0.25);
RemoveBuildingForPlayer(playerid, 11014, -2076.4375, -107.9297, 36.9688, 0.25);
Thanks that helped a lot! Only have to map some ground in front there now, but thanks!
+rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)