Posts: 112
Threads: 3
Joined: Oct 2013
Код:
Create3DTextLabel("Trucks are not allowed on this road!",0xFF0000FF,1560.1462,903.8318,10.8203,0,0,1);
Create3DTextLabel("Trucks are not allowed on this road!",0xFF0000FF,1559.3630,792.3956,11.4725,0,0,1);
Create3DTextLabel("Drive slow!,Danger Road!",0xFF0000FF,1479.1388,825.0556,6.9071,0,0,1);
Check This Mate
Posts: 112
Threads: 3
Joined: Oct 2013
Mate first go in game and check thatX,Y,Z are at the same place
Код:
/gotoco 1479.1388 825.0556 6.9071 0
Posts: 413
Threads: 59
Joined: Sep 2013
Posts: 1,664
Threads: 319
Joined: May 2012
Reputation:
0
Ooh.. yea thanks.. it's work. +1 rep. And what is the line to freeze a player? like CMD:blablab(playerid,params[])
{
what the line?
return ;1
}
I want to know this because i wanna make my own afk system.
Posts: 112
Threads: 3
Joined: Oct 2013
Quote:
Originally Posted by Tuntun
Ooh.. yea thanks.. it's work. +1 rep. And what is the line to freeze a player? like CMD:blablab(playerid,params[])
{
what the line?
return ;1
}
I want to know this because i wanna make my own afk system.
|
Код:
TogglePlayerControllable(giveplayerid, 0);
Change 0 to 1 for unfreeze