16.05.2018, 19:36
I want to enter a dialog when I go to the pickup dialog. Type "Enter the password to enter the house"
And when I entered the password if it was false, show the message:
And if it was right, set player pos to:
Does anyone help me?
PHP код:
if(pickupid == EnterHouse)
{
}
PHP код:
SendClientMessage(playerid,0xFF0000AA,"Wrong Password!");
PHP код:
SetPlayerPos(playerid,139.4020,1368.8059,1083.8636);