script problem
#1

Sometime player enter on casino so they falling and tp to red country and died. can u tell me what is the problem and how to fix it?
Reply
#2

Thats probably because of the lag.
Reply
#3

Quote:
Originally Posted by Virus.
Посмотреть сообщение
Thats probably because of the lag.
but all players failling when they enter on casino and yes only on calug casino.
Reply
#4

Well when they enter the interior place:
pawn Код:
SetTimerEx("LoadInt",2500,0,"i",playerid);
TogglePlayerControllable(playerid, false);
//Then at the bottem on your script:
forward LoadInt(playerid);
public LoadInt(playerid)
{
TogglePlayerControllable(playerid, true);
return 1;
}
Reply
#5

Quote:
Originally Posted by Infinity90
Посмотреть сообщение
Well when they enter the interior place:
pawn Код:
SetTimerEx("LoadInt",2500,0,"i",playerid);
TogglePlayerControllable(playerid, false);
//Then at the bottem on your script:
forward LoadInt(playerid);
public LoadInt(playerid)
{
TogglePlayerControllable(playerid, true);
return 1;
}
thanx i will do it and see what happen.
Reply
#6

(4271) : error 017: undefined symbol "playerid"
(4272) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

Quote:

SetTimerEx("LoadInt",2500,0,"i",playerid);
TogglePlayerControllable(playerid, false);

Reply
#7

Quote:
Originally Posted by sscarface
Посмотреть сообщение
(4271) : error 017: undefined symbol "playerid"
(4272) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.
someone solve this?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)