[SOLVED]Get player virtual world
#1

Hello

Is there a max number for this?
Cause i currently has some virtual worlds higher than 100, but it seems like it can't use GetPlayerVirtualWorld(playerid) == 100) and above.
Or am i just completely wrong?
Reply
#2

Limits of virtual worlds: https://sampwiki.blast.hk/wiki/Limits
I think it's more of enough.. Don't worry you can use them.
Reply
#3

This:
pawn Код:
if(GetPlayerVirtualWorld(playerid) == 100)
{
  // code.
}
should work just fine (for checking the VW-ID 100).
Reply
#4

Mm.. might just recheck my code again then.

Thanks
Reply
#5

Oh christ.
I found the error.
Too big line makes it an error
It's solved. Thanks guys!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)