05.03.2010, 19:39
-----Edit----------------------------
How can i do this?:
Код:
public OnObjectMoved(objectid)
{
if (objectid = lift1){
Ocupado[playerid] == 1;
}
return 1;
}
error 017: undefined symbol "playerid"
public OnObjectMoved(objectid)
{
if (objectid = lift1){
Ocupado[playerid] == 1;
}
return 1;
}
error 017: undefined symbol "playerid"


public OnObjectMoved(objectid)
{
if (objectid = lift1){
Ocupado[playerid] == 1;
}
return 1;
}
error 017: undefined symbol "playerid"