17.01.2012, 08:36
(
Последний раз редактировалось [D]ry[D]esert; 17.01.2012 в 09:40.
)
Quote:
capitals matter, you have ,
SetTimerEx("Seclook",20000,false,"i",playerid); but the public is SecLook rep++++++++++++++++ |
Quote:
why you in every public posted toglleplayercontrol(playerid,0) it's enough once at first public, in tethod it's should work and not need pos everytime the position of player, because you can just toggleplayercontrol and just post the camera look
|
yea thanks i fix it but if i just leave the function like that are the camera pos gonna repeated ?
+
can i make
forward send(playerid);
public send(playerid)
{
SetTimerEx("Whatever",20000,false,"i",playerid);
SendClientMessage(playerid,RED,"Frist");
return 1;
}
forward Whatever(playerid);
public Whatever(playerid)
{
SetTimerEx("send",20000,false,"i",playerid);
SendClientMessage(playerid,RED,"sec");
return 1;
}