GetPlayerVirtualWorld
#5

Quote:
Originally Posted by SyS
Посмотреть сообщение
Код:
GetPlayerVirtualWorld(targetid) = vw;
this is wrong the constant shouldn't be at the LHS but at RHS
And to simplify that even more what he's saying is the variable that you want to change it's value should be on the LEFT HAND SIDE, so if you want vw to be equal to GetPlayerVirtualWorld(targetid) then it should be like this:
pawn Код:
vw = GetPlayerVirtualWorld(targetid);
Reply


Messages In This Thread
GetPlayerVirtualWorld - by Zeus666 - 27.10.2018, 16:39
Re: GetPlayerVirtualWorld - by KinderClans - 27.10.2018, 17:00
Re: GetPlayerVirtualWorld - by Zeus666 - 27.10.2018, 17:02
Re: GetPlayerVirtualWorld - by SyS - 27.10.2018, 17:10
Re: GetPlayerVirtualWorld - by RogueDrifter - 27.10.2018, 17:23
Re: GetPlayerVirtualWorld - by Zeus666 - 27.10.2018, 17:42
Re: GetPlayerVirtualWorld - by RogueDrifter - 27.10.2018, 17:53

Forum Jump:


Users browsing this thread: 1 Guest(s)