GetPlayerVirtualWorld
#1

whats wrong with this?
pawn Код:
if GetPlayerVirtualWorld(i, == 0) && (AccountInfo[i][AdminLevel] >= 1 || IsPlayerAdmin(i))
Reply
#2

Quote:
Originally Posted by Schock
pawn Код:
if (GetPlayerVirtualWorld(i)==0 && (AccountInfo[i][AdminLevel] >= 1 || IsPlayerAdmin(i)))
Reply
#3

Код:
Quote:
Originally Posted by MilentSouse
Quote:
Originally Posted by Schock
pawn Код:
if (GetPlayerVirtualWorld(i, == 0) && (AccountInfo[i][AdminLevel] >= 1 || IsPlayerAdmin(i)))


? why don't you post anything?

try this:
Код:
new world = GetPlayerVirtualWorld(playerid);
if(world == 0 && (AccountInfo[i][AdminLevel] >= 1 || IsPlayerAdmin(i)))
{
//do something here
}
EDIT: lol whats this?!
Reply
#4

Lol, fail quote much?

And look at my code and his, they are different.
Reply
#5

Quote:
Originally Posted by MilentSouse
Lol, fail quote much?

And look at my code and his, they are different.
be4 you edited it it was wrong xD
Reply
#6

Quote:
Originally Posted by Pandabeer1337
Quote:
Originally Posted by MilentSouse
Lol, fail quote much?

And look at my code and his, they are different.
be4 you edited it it was wrong xD
No, before i edited it, it was still different to the original.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)