Set Virtual world problem
#2

Virtual world value is not a float, its a simple integer.

use "ui" for the sscanf part and change %0.1f to %i.

and use /setvw 1 instead of /setvw 1.0

edit:
Код:
if(targetid == INVALID_PLAYER_ID) return SendClientMessage(playerid, COLOR_RED, "That player is not connected.") ;
I'm not sure if that will work. try this instead
Код:
if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, COLOR_RED, "That player is not connected.") ;
Reply


Messages In This Thread
Set Virtual world problem - by Shadowsea - 12.04.2018, 03:36
Re: Set Virtual world problem - by zerruv - 12.04.2018, 09:19

Forum Jump:


Users browsing this thread: 1 Guest(s)